diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index 5e5bb11c6..9432db802 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -45,7 +45,7 @@ jobs: git config core.filemode true # shellcheck disable=SC2086,SC2046 #git update-index --chmod=+x $(find "$path" -type f -iname "*.sh") - chmod u+x $(find "$path" -type f -iname "*.sh") + chmod u+x $(find "$path" -type f -iname "*.sh") || true #git commit -am "fixing the script permissions..." env: path: "./${{ matrix.addon }}"