This commit is contained in:
parent
9b42223a97
commit
f736334e67
@ -10,14 +10,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: LS
|
||||
run: cd / && cat .dockerenv
|
||||
- name: Test SSH access
|
||||
run: ssh -Tv git@koptilnya.xyz
|
||||
- name: ssh-keyscan
|
||||
run: ssh-keyscan git.koptilnya.xyz >> ~/.ssh/known_hosts
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ssh-key: '${{ secrets.SSH_PRIVATE_KEY }}'
|
||||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
ssh-strict: false
|
||||
persist-credentials: false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user