From 77c4ecf692348e8b6b1cb7552c89291737b8f722 Mon Sep 17 00:00:00 2001 From: kj4lxc Date: Sun, 1 Mar 2026 22:59:10 +0000 Subject: [PATCH] Update .github/workflows/WebCI.yml --- .github/workflows/WebCI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } ]