Update sync_lede.yml

This commit is contained in:
roa 2023-10-08 14:14:06 +08:00 committed by GitHub
parent d7d55e7184
commit 0dfc019bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,8 +145,8 @@ jobs:
- name: Modify
continue-on-error: true
run: |
bash .github/diy/create_acl_for_luci.sh || true
bash .github/diy/convert_translation.sh || true
bash .github/diy/create_acl_for_luci.sh -a >/dev/null 2>&1 || true
bash .github/diy/convert_translation.sh -a >/dev/null 2>&1 || true
- name: SSH connection to Actions
uses: kiddin9/debugger-action@master