mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 23:55:56 +02:00
Update onpush_chmod.yaml
This commit is contained in:
2
.github/workflows/onpush_chmod.yaml
vendored
2
.github/workflows/onpush_chmod.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
id: chmod
|
id: chmod
|
||||||
run: |
|
run: |
|
||||||
find . -name *.sh -print0 | xargs -0 chmod +x && \
|
find . -name *.sh -print0 | xargs -0 chmod +x && \
|
||||||
grep -r '#!/' . -print0 | xargs -0 chmod +x
|
grep -r '#!/' . | xargs chmod +x
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Commit if needed
|
- name: Commit if needed
|
||||||
if: steps.sort.outputs.changed != ''
|
if: steps.sort.outputs.changed != ''
|
||||||
|
|||||||
Reference in New Issue
Block a user