fix topic
All checks were successful
renovate / renovate (push) Successful in 1m14s

This commit is contained in:
2025-06-08 23:23:57 -05:00
parent 6ea1467653
commit 2c436100c5

View File

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