From c8ad7a6de5e4e750d688971991d385188960a533 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:57:18 +0100 Subject: [PATCH] Update onpush_superlinter.yml --- .github/workflows/onpush_superlinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onpush_superlinter.yml b/.github/workflows/onpush_superlinter.yml index e98674f07..422d64d5e 100644 --- a/.github/workflows/onpush_superlinter.yml +++ b/.github/workflows/onpush_superlinter.yml @@ -22,7 +22,7 @@ jobs: run: | echo "Starting" git config core.filemode true - # shellcheck disable=SC2086 + # shellcheck disable=SC2086,SC2046 git update-index --chmod=+x $(find . -type f -iname "*.sh") - name: Commit if needed uses: EndBug/add-and-commit@v9