Update onpush_superlinter.yml

This commit is contained in:
Alexandre
2022-12-20 00:03:32 +01:00
committed by GitHub
parent 9d5ca713df
commit 67525a74f8

View File

@@ -21,7 +21,7 @@ jobs:
- name: Make scripts executable - name: Make scripts executable
run: | run: |
echo "Starting" echo "Starting"
find . -type f -iname "*.sh" -exec chmod +x {} \; find . -type f -iname "*.sh" -exec chmod 755 {} \;
- name: Commit if needed - name: Commit if needed
uses: EndBug/add-and-commit@v9 uses: EndBug/add-and-commit@v9
with: with: