github: please fix the action

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-08-14 20:05:09 -04:00
parent 1302f734e9
commit c83152b321

View file

@ -27,8 +27,7 @@ jobs:
run: |
set -euxo pipefail
mkdir -p ~/.ssh
tailscale ping $MACHINE
ssh-keyscan $MACHINE >> ~/.ssh/known_hosts
ssh-keyscan $MACHINE > ~/.ssh/known_hosts
printf "%s" "$SSH_KEY" > ~/.ssh/key
chmod 600 ~/.ssh/key