diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index 88f57922b..8f57b16ce 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -23,7 +23,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