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: