Update .github/workflows/WebCI.yml
IMAGESTOR CI / IMAGESTOR_CI (push) Failing after 10s Details

This commit is contained in:
kj4lxc 2026-03-01 22:59:10 +00:00
parent a7c371abc8
commit 77c4ecf692
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
\"embeds\": [ \"embeds\": [
{ {
\"title\": \"Beginning IMAGESTOR WEB CI\", \"title\": \"Beginning IMAGESTOR WEB CI\",
\"description\": \"Workflow triggered by commit: https://github.com/${GITHUB_REPOSITORY}/commit/${GITHUB_SHA}\", \"description\": \"Workflow triggered by commit: https://git.cstmgames.dev/${GITHUB_REPOSITORY}/commit/${GITHUB_SHA}\",
\"color\": 16217354 \"color\": 16217354
} }
] ]
@ -85,7 +85,7 @@ jobs:
\"embeds\": [ \"embeds\": [
{ {
\"title\": \"Completed IMAGESTOR WEB CI\", \"title\": \"Completed IMAGESTOR WEB CI\",
\"description\": \"Commit: https://github.com/${GITHUB_REPOSITORY}/commit/${GITHUB_SHA} is now live on the Dev server.\", \"description\": \"Commit: https://git.cstmgames.dev/${GITHUB_REPOSITORY}/commit/${GITHUB_SHA} is now live on the Dev server.\",
\"color\": 2852499 \"color\": 2852499
} }
] ]