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