From 28a70b119ca8aac9dfe3710d6db4d9eda0e21f00 Mon Sep 17 00:00:00 2001 From: Didier Date: Sat, 29 Apr 2023 21:37:32 +0200 Subject: [PATCH] if this works --- .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 ee02555..119fc34 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -9,8 +9,8 @@ jobs: run: | mkdir -p ~/.ssh/ echo "$SSH_KEY" > ~/.ssh/staging.key + echo -e "\n" > ~/.ssh/staging.key chmod 600 ~/.ssh/staging.key - curl -d "test" https://push.ixvd.net/${{secrets.NTFY_TOPIC}} cat >>~/.ssh/config <