mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 01:48:16 +01: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
|
||||
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 != ''
|
||||
|
||||
Reference in New Issue
Block a user