Skip to content

Commit

Permalink
preserve newline
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Dec 6, 2023
1 parent 24f9170 commit 2648051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Get Deployment Key
run: |
mkdir -p $HOME/.ssh
echo $PRIVATE_KEY > $HOME/.ssh/id_rsa
echo "$PRIVATE_KEY" > $HOME/.ssh/id_rsa
chmod 700 $HOME/.ssh && chmod 600 $HOME/.ssh/id_rsa
ssh-keygen -f $HOME/.ssh/id_rsa -y > $HOME/.ssh/id_rsa.pub
env:
Expand Down

0 comments on commit 2648051

Please sign in to comment.