From 8e3a5385400f9b2320b83a8e545454fe9043a7f8 Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:12:51 +0200 Subject: [PATCH] change content --- .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 facab13..5c2479f 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -15,4 +15,4 @@ jobs: run: ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }} automation@neo.ixvd.net srvctl -fn neo mm e - name: send ping to ntfy if: always() - run: curl -d "${{ github.sha }} was executed with ${{ job.status }}" https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} \ No newline at end of file + run: "curl -d '${{ job.status }}: ${{ github.repositoryUrl }} @ ${{ github.sha }}' https://push.ixvd.net/${{ secrets.NTFY_TOPIC }}" \ No newline at end of file