parent
683d0a08de
commit
f5a5d9e8d6
|
@ -22,7 +22,7 @@ jobs:
|
||||||
curl -u '${{ secrets.NTFY_USER }}:${{ secrets.NTFY_PASSWORD }}' \
|
curl -u '${{ secrets.NTFY_USER }}:${{ secrets.NTFY_PASSWORD }}' \
|
||||||
-H 'Title: Job Succeeded. ${{ github.repository }}/${{ github.ref }}' \
|
-H 'Title: Job Succeeded. ${{ github.repository }}/${{ github.ref }}' \
|
||||||
-d 'Job succeeded. See ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_number }} for details' \
|
-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
|
- name: Failure Notification
|
||||||
if: failure()
|
if: failure()
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user