From d0ac68b74221ebfd07090296f0f63cef49c35222 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 May 2023 07:08:33 +0200 Subject: [PATCH] Update onpush_builder.yaml --- .github/workflows/onpush_builder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"