From 67525a74f835cd68723cfacb99ef62baab43fb6c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 20 Dec 2022 00:03:32 +0100 Subject: [PATCH] Update onpush_superlinter.yml --- .github/workflows/onpush_superlinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onpush_superlinter.yml b/.github/workflows/onpush_superlinter.yml index 042859d17..4cefd210e 100644 --- a/.github/workflows/onpush_superlinter.yml +++ b/.github/workflows/onpush_superlinter.yml @@ -21,7 +21,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 with: