diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index d2badf4..29df0ca 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -22,7 +22,7 @@ jobs: curl -u '${{ secrets.NTFY_USER }}:${{ secrets.NTFY_PASSWORD }}' \ -H 'Title: Job Succeeded. ${{ github.repository }}/${{ github.ref }}' \ -d 'Job succeeded. See ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }} for details' \ - '${{ secrets.NTFY_HOST }}${{ secrets.NTFY_TOPIC }}'' + '${{ secrets.NTFY_HOST }}${{ secrets.NTFY_TOPIC }}' - name: Failure Notification if: failure() run: |