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