set known hosts

This commit is contained in:
Audrey Jensen 2024-08-13 15:51:05 -05:00
parent 97afd7358b
commit 5ac9649ef8
No known key found for this signature in database

View File

@ -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