install ssh for ssh-keyscan to work in workflow
This commit is contained in:
parent
0174539fee
commit
4533c54da5
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ jobs:
|
|||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.TOKEN_NAME }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
apt-get -yq update && apt-get -yqq install ssh
|
||||
ssh-keyscan git.mcdevitt.tech >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Reference in a new issue