typo
All checks were successful
Explore-GitHub-Actions

This commit is contained in:
lobo 2023-02-26 19:56:49 +00:00
parent 683d0a08de
commit f5a5d9e8d6

View File

@ -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: |