see if it works now
This commit is contained in:
parent
2a5d9f3721
commit
d3a31eb5d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-server.yml
vendored
2
.github/workflows/update-server.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
steps:
|
||||
- name: send ping to ntfy
|
||||
run: |
|
||||
curl -d @- https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} <<EOF
|
||||
curl -X POST -d @- https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} <<EOF
|
||||
results for: ${{ github.sha }}
|
||||
validate: ${{ jobs.validate.status }}
|
||||
deploy: ${{ jobs.deploy.success }}
|
||||
|
|
Reference in a new issue