From 9d5ca713df6877ed429b005642601b97f23e0af2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 20 Dec 2022 00:02:23 +0100 Subject: [PATCH] Update weekly-linter.yaml --- .github/workflows/weekly-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-linter.yaml b/.github/workflows/weekly-linter.yaml index 93991d8c9..f580d6981 100644 --- a/.github/workflows/weekly-linter.yaml +++ b/.github/workflows/weekly-linter.yaml @@ -22,7 +22,7 @@ jobs: - name: Make scripts executable run: | echo "Starting" - find . -type f -iname "*.sh" -exec chmod +x {} \; + find . -type f -iname "*.sh" -exec chmod 755 {} \; - name: Commit if needed uses: EndBug/add-and-commit@v9