File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 if : env.MATCH_GIT_PRIVATE_KEY != ''
6060 run : |
6161 mkdir -p "$HOME/.ssh"
62- echo "$MATCH_GIT_PRIVATE_KEY" > "$HOME/.ssh/match_git_key"
62+ echo -e "$MATCH_GIT_PRIVATE_KEY" > "$HOME/.ssh/match_git_key"
6363 chmod 600 "$HOME/.ssh/match_git_key"
6464
6565 eval "$(ssh-agent -s)"
Original file line number Diff line number Diff line change 4545 if : env.MATCH_GIT_PRIVATE_KEY != ''
4646 run : |
4747 mkdir -p "$HOME/.ssh"
48- echo "$MATCH_GIT_PRIVATE_KEY" > "$HOME/.ssh/match_git_key"
48+ echo -e "$MATCH_GIT_PRIVATE_KEY" > "$HOME/.ssh/match_git_key"
4949 chmod 600 "$HOME/.ssh/match_git_key"
5050
5151 eval "$(ssh-agent -s)"
Original file line number Diff line number Diff line change 5151 if : env.MATCH_GIT_PRIVATE_KEY != ''
5252 run : |
5353 mkdir -p "$HOME/.ssh"
54- echo "$MATCH_GIT_PRIVATE_KEY" > "$HOME/.ssh/match_git_key"
54+ echo -e "$MATCH_GIT_PRIVATE_KEY" > "$HOME/.ssh/match_git_key"
5555 chmod 600 "$HOME/.ssh/match_git_key"
5656
5757 eval "$(ssh-agent -s)"
Original file line number Diff line number Diff line change 5454 if : env.MATCH_GIT_PRIVATE_KEY != ''
5555 run : |
5656 mkdir -p "$HOME/.ssh"
57- echo "$MATCH_GIT_PRIVATE_KEY" > "$HOME/.ssh/match_git_key"
57+ echo -e "$MATCH_GIT_PRIVATE_KEY" > "$HOME/.ssh/match_git_key"
5858 chmod 600 "$HOME/.ssh/match_git_key"
5959
6060 eval "$(ssh-agent -s)"
You can’t perform that action at this time.
0 commit comments