From eb008efc985f336aa0de4cf530ad384811582394 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Feb 2023 13:29:14 +0100 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index 8f57b16ce..f44e9d1e2 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -24,8 +24,10 @@ jobs: echo "Starting" git config core.filemode true # shellcheck disable=SC2086,SC2046 - git update-index --chmod=+x $(find . -type f -iname "*.sh") - + #git update-index --chmod=+x $(find . -type f -iname "*.sh") + chmod u+x $(find . -type f -iname "*.sh") + git commit -am "fixing the script permissions..." + - name: Commit if needed uses: EndBug/add-and-commit@v9 with: