mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 13:54:05 +02:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
3
.github/workflows/onpush_chmod.yaml
vendored
3
.github/workflows/onpush_chmod.yaml
vendored
@@ -18,8 +18,7 @@ jobs:
|
|||||||
- name: Run script file
|
- name: Run script file
|
||||||
id: chmod
|
id: chmod
|
||||||
run: |
|
run: |
|
||||||
find . -name *.sh -print0 | xargs -0 chmod +x && \
|
find . -name *.sh -print0 | xargs -0 git update-index --chmod=+x
|
||||||
grep -rl '#!/' . | 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