diff --git a/.github/workflows/onpush_superlinter.yml b/.github/workflows/onpush_superlinter.yml index f1622479e..e98674f07 100644 --- a/.github/workflows/onpush_superlinter.yml +++ b/.github/workflows/onpush_superlinter.yml @@ -21,6 +21,7 @@ jobs: - name: Make scripts executable run: | echo "Starting" + git config core.filemode true # shellcheck disable=SC2086 git update-index --chmod=+x $(find . -type f -iname "*.sh") - name: Commit if needed