From 6516fb0f7b8d7ecfd005f6525403ac2b3b385b44 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 2 Nov 2025 23:25:31 +0200 Subject: [PATCH] WTF is this. --- .gitea/workflows/notify.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/notify.yaml b/.gitea/workflows/notify.yaml index 291eaea..c04383f 100644 --- a/.gitea/workflows/notify.yaml +++ b/.gitea/workflows/notify.yaml @@ -12,8 +12,9 @@ jobs: - name: Send Notification run: | BASE_URL="https://git.konsthol.eu" + NTFY_URL="https://ntfy.konsthol.eu/Releases" REPO_OWNER="konsthol" REPO_NAME="WOL-Ly" TAG_NAME="$(curl -s https://git.konsthol.eu/api/v1/repos/konsthol/WOL-Ly/releases/latest | jq -r '.tag_name')" GITEA_RELEASE_URL="$BASE_URL/$REPO_OWNER/$REPO_NAME/releases/tag/$TAG_NAME" - curl -s -H 'Cache: no' -d "A new release has been published! Check it out: $GITEA_RELEASE_URL 😎" https://konsthol.eu/Releases + curl -s -H 'Cache: no' -d "A new release has been published! Check it out: $GITEA_RELEASE_URL 😎" $NTFY_URL