diff --git a/.gitea/workflows/release-charts-cloudflared.yml b/.gitea/workflows/release-charts-cloudflared.yml index 9f9136e..3485243 100644 --- a/.gitea/workflows/release-charts-cloudflared.yml +++ b/.gitea/workflows/release-charts-cloudflared.yml @@ -61,7 +61,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 }}"}' @@ -74,7 +74,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 }}"}' diff --git a/.gitea/workflows/release-charts-generic-device-plugin.yml b/.gitea/workflows/release-charts-generic-device-plugin.yml index c5223f1..5d3af49 100644 --- a/.gitea/workflows/release-charts-generic-device-plugin.yml +++ b/.gitea/workflows/release-charts-generic-device-plugin.yml @@ -61,7 +61,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 }}"}' @@ -74,7 +74,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 }}"}' diff --git a/.gitea/workflows/release-charts-gitea-actions.yml b/.gitea/workflows/release-charts-gitea-actions.yml index 62a965d..b6debee 100644 --- a/.gitea/workflows/release-charts-gitea-actions.yml +++ b/.gitea/workflows/release-charts-gitea-actions.yml @@ -61,7 +61,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 }}"}' @@ -74,7 +74,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 }}"}' diff --git a/.gitea/workflows/release-charts-postgres-cluster.yml b/.gitea/workflows/release-charts-postgres-cluster.yml index f3b08e1..7a2ab12 100644 --- a/.gitea/workflows/release-charts-postgres-cluster.yml +++ b/.gitea/workflows/release-charts-postgres-cluster.yml @@ -61,7 +61,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 }}"}' @@ -74,7 +74,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 }}"}' diff --git a/.gitea/workflows/release-charts.yml b/.gitea/workflows/release-charts.yml index bbf15ab..1a5b6d3 100644 --- a/.gitea/workflows/release-charts.yml +++ b/.gitea/workflows/release-charts.yml @@ -58,7 +58,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 }}"}' @@ -71,7 +71,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 }}"}'