Skip to content

Commit b04a231

Browse files
author
Greg Bowler
committed
Typo
1 parent 9bf4e7d commit b04a231

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ if [ -n "$action_ssh_key" ]
77
then
88
echo "Storing private key file for root"
99
mkdir -p /root/.ssh
10-
ssh-keyscan -t rsa github.com >> /root/.ssh/.ssh/known_hosts
11-
ssh-keyscan -t rsa gitlab.com >> /root/.ssh/.ssh/known_hosts
12-
ssh-keyscan -t rsa bitbucket.org >> /root/.ssh/.ssh/known_hosts
10+
ssh-keyscan -t rsa github.com >> /root/.ssh/known_hosts
11+
ssh-keyscan -t rsa gitlab.com >> /root/.ssh/known_hosts
12+
ssh-keyscan -t rsa bitbucket.org >> /root/.ssh/known_hosts
1313
echo "$action_ssh_key" > /root/.ssh/id_rsa
1414
echo "$action_ssh_key_pub" > /root/.ssh/id_rsa.pub
1515
chmod 600 /root/.ssh/id_rsa

0 commit comments

Comments
 (0)