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