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