disable strict checking
Some checks failed
update neo with compose files / validate the new configuration (push) Failing after 57s
update neo with compose files / deploy the config on the server (push) Has been skipped
update neo with compose files / notify after actions (push) Successful in 1s

This commit is contained in:
Didier Slof 2023-04-30 21:36:47 +02:00
parent b01e025919
commit 2a5d9f3721

View file

@ -14,6 +14,7 @@ jobs:
with:
submodules: true
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-strict: false
- name: validate files
run: |
set -e