Skip to content

Commit

Permalink
Merge pull request #6 from Sam-Lin-MillersLab/patch-1
Browse files Browse the repository at this point in the history
fix: don't throw error if .ssh exist
  • Loading branch information
yasaichi authored Dec 31, 2020
2 parents eac5c75 + ae1b81d commit 27f0ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-ssh.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
set -eu

mkdir ~/.ssh
mkdir -p ~/.ssh
echo "$INPUT_SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa

0 comments on commit 27f0ae7

Please sign in to comment.