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 }}"}'