From caaae52497aac8fb5fd7cbe4ad123b0385d75fb2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 20 Dec 2022 09:49:29 +0100 Subject: [PATCH] Update and rename weekly-linter.yaml to weekly-supelinter.yaml --- .../workflows/{weekly-linter.yaml => weekly-supelinter.yaml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{weekly-linter.yaml => weekly-supelinter.yaml} (92%) diff --git a/.github/workflows/weekly-linter.yaml b/.github/workflows/weekly-supelinter.yaml similarity index 92% rename from .github/workflows/weekly-linter.yaml rename to .github/workflows/weekly-supelinter.yaml index f580d6981..88f57922b 100644 --- a/.github/workflows/weekly-linter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -22,7 +22,9 @@ jobs: - name: Make scripts executable run: | echo "Starting" - find . -type f -iname "*.sh" -exec chmod 755 {} \; + git config core.filemode true + # shellcheck disable=SC2086 + git update-index --chmod=+x $(find . -type f -iname "*.sh") - name: Commit if needed uses: EndBug/add-and-commit@v9