Update onpush_chmod.yaml

This commit is contained in:
Alexandre
2022-06-15 20:37:05 +02:00
committed by GitHub
parent 35e027cb0b
commit f51afcd7ad

View File

@@ -19,7 +19,7 @@ jobs:
id: chmod
run: |
find . -name *.sh -print0 | xargs -0 chmod +x && \
grep -r '#!/' . -print0 | xargs -0 chmod +x
grep -r '#!/' . | xargs chmod +x
shell: bash
- name: Commit if needed
if: steps.sort.outputs.changed != ''