From 04f633067f10f438dfac0a40472fa62be642262b Mon Sep 17 00:00:00 2001 From: BibaltiK Date: Wed, 24 Jan 2024 23:44:56 +0100 Subject: [PATCH] add build server url to webhook message --- .github/workflows/deployment_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment_build.yml b/.github/workflows/deployment_build.yml index 84cfcfd3..683919ed 100644 --- a/.github/workflows/deployment_build.yml +++ b/.github/workflows/deployment_build.yml @@ -221,7 +221,7 @@ jobs: uses: rjstone/discord-webhook-notify@v1 with: severity: info - details: Successful deployment on build. + details: Successful deployment on build https://build.hackathon.exdrals.de webhookUrl: ${{ secrets.WEBHOOK_DISCORD_URL }} if: success()