From 2c436100c54223c574a64dcc32e3bf17421ca02d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 8 Jun 2025 23:23:57 -0500 Subject: [PATCH] fix topic --- .gitea/workflows/release-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-image.yml b/.gitea/workflows/release-image.yml index b038be3..6b552dc 100644 --- a/.gitea/workflows/release-image.yml +++ b/.gitea/workflows/release-image.yml @@ -74,7 +74,7 @@ jobs: if: success() with: url: '${{ secrets.NTFY_URL }}' - topic: ${{ secrets.NTFY_TOPIC }}' + topic: '${{ secrets.NTFY_TOPIC }}' title: "Gitea Action" priority: 4 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}' @@ -87,7 +87,7 @@ jobs: if: failure() with: url: '${{ secrets.NTFY_URL }}' - topic: ${{ secrets.NTFY_TOPIC }}' + topic: '${{ secrets.NTFY_TOPIC }}' title: "Gitea Action" priority: 5 headers: '{"Authorization": "Bearer ${{ secrets.NTFY_CRED }}"}'