set correct known hosts

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

View File

@ -14,9 +14,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
SSH-KEY: ${{secrets.read_key}} SSH-KEY: ${{secrets.read_key}}
SSH-KNOWN-HOSTS: SSH-KNOWN-HOSTS: gitea.jv.com,192.168.0.214
- 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