diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index a51237d..b603ff4 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -31,4 +31,4 @@ jobs: run: ssh staging srvctl -fn neo mm e - name: send ping to ntfy if: always() - run: "curl -d '${{ job.status }}: ${{ github.repositoryUrl }} @ ${{ github.sha }}' https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}" \ No newline at end of file + run: "curl -d '${{ job.status }}: ${{ github.sha }}\n ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}' https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}" \ No newline at end of file