mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-15 13:21:50 +02:00
Revert "Merge branch 'master' of https://github.com/alexbelgium/hassio-addons"
This reverts commit116a611350, reversing changes made toe5afe3391d.
This commit is contained in:
3
.github/workflows/onpush_chmod.yaml
vendored
3
.github/workflows/onpush_chmod.yaml
vendored
@@ -18,7 +18,8 @@ jobs:
|
|||||||
- name: Run script file
|
- name: Run script file
|
||||||
id: chmod
|
id: chmod
|
||||||
run: |
|
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
|
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