diff --git a/.github/workflows/WebCI.yml b/.github/workflows/WebCI.yml index 1c17613..ab5e00f 100644 --- a/.github/workflows/WebCI.yml +++ b/.github/workflows/WebCI.yml @@ -20,7 +20,7 @@ jobs: \"embeds\": [ { \"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 } ] @@ -85,7 +85,7 @@ jobs: \"embeds\": [ { \"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 } ]