Skip to content

Commit

Permalink
Merge pull request #4 from lunrenyi/patch-1
Browse files Browse the repository at this point in the history
Update index.sh
  • Loading branch information
qiakai authored Jun 25, 2024
2 parents c86291e + 4b3d59a commit f572574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ___x_cmd_ghaction_init_ssh_key(){
printf "%s\n" "$ssh_key" >> ~/.ssh/id_rsa
chmod 600 ~/.ssh/known_hosts ~/.ssh/id_rsa
ssh-add ~/.ssh/id_rsa
} 2>/dev/null 1>&2
}

___x_cmd_ghaction_init()(
set -o errexit
Expand Down

0 comments on commit f572574

Please sign in to comment.