From 70876e5a3bc30ba43b2244dc35a576164825dc91 Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:57:04 +0200 Subject: [PATCH] this prolly fixes the link for gitea --- .github/workflows/update-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 6c43efe..64c8bef 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.sha }}\n https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_id }}' https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}" \ No newline at end of file + run: "curl -d '${{ job.status }}: ${{ github.sha }}\n https://git.ixvd.net/${{ github.repository }}/actions/runs/${{ github.run_number }}' https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}" \ No newline at end of file