diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 119fc34..a48dad9 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -9,7 +9,6 @@ jobs: run: | mkdir -p ~/.ssh/ echo "$SSH_KEY" > ~/.ssh/staging.key - echo -e "\n" > ~/.ssh/staging.key chmod 600 ~/.ssh/staging.key cat >>~/.ssh/config <