This reverts commit 116a611350, reversing
changes made to e5afe3391d.
This commit is contained in:
Alexandre
2022-06-15 21:02:53 +02:00
parent db633a4e5d
commit 27bb72ef76

View File

@@ -18,7 +18,8 @@ jobs:
- name: Run script file
id: chmod
run: |
find . -name *.sh -print0 | xargs -0 git update-index --chmod=+x
find . -name *.sh -print0 | xargs -0 chmod +x && \
grep -rl '#!/' . | xargs chmod +x
shell: bash
- name: Commit if needed
if: steps.sort.outputs.changed != ''