set known hosts
This commit is contained in:
parent
08e7593f5d
commit
821a161a3a
@ -14,7 +14,9 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
SSH-KEY: ${{secrets.read_key}}
|
SSH-KEY: ${{secrets.read_key}}
|
||||||
SSH-STRICT: 'false'
|
SSH-KNOWN-HOSTS:
|
||||||
|
- gitea.jv.com
|
||||||
|
- 192.168.0.214
|
||||||
- name: Copy files to project dir
|
- name: Copy files to project dir
|
||||||
run: |
|
run: |
|
||||||
mkdir C:\SymfonyRunner
|
mkdir C:\SymfonyRunner
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user