This commit is contained in:
parent
494bc70447
commit
0ada372956
@ -11,7 +11,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: ssh-keyscan
|
||||
run: ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user