From 5db766f1136827f1d18f7850f13224a583a49531 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:48:55 +0100 Subject: [PATCH] Update onpush_superlinter.yml --- .github/workflows/onpush_superlinter.yml | 1 + 1 file changed, 1 insertion(+) 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