From a7ae0357d1fa921af08cb7b76e00aef7c90fc3d5 Mon Sep 17 00:00:00 2001 From: Didier Date: Sun, 30 Apr 2023 22:02:41 +0200 Subject: [PATCH] change msg behaviour --- .github/workflows/update-server.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 4e5c41a..ebc6d2b 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -61,11 +61,13 @@ jobs: runs-on: ubuntu-latest steps: - name: send ping to ntfy + if: always() run: | - curl -X POST -d @- https://push.ixvd.net/${{ secrets.NTFY_TOPIC }} <