Skip to content

Commit

Permalink
Fix shell script EOF alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
baschny committed Jan 19, 2022
1 parent e7c9c28 commit 18bab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
ControlMaster auto
ControlPath ~/.ssh/control-%C
ControlPersist yes
EOF
EOF
eval $(ssh-agent -s)
ssh-add <(echo "$SSH_PRIVATE_KEY")
# Remember this agent also in future steps, because it will be used in the "build" step later on
Expand Down

0 comments on commit 18bab79

Please sign in to comment.