disable strict checking
This commit is contained in:
parent
b01e025919
commit
2a5d9f3721
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-server.yml
vendored
1
.github/workflows/update-server.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
ssh-strict: false
|
||||
- name: validate files
|
||||
run: |
|
||||
set -e
|
||||
|
|
Reference in a new issue