mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 19:31:01 +01:00
Update onpush_superlinter.yml
This commit is contained in:
3
.github/workflows/onpush_superlinter.yml
vendored
3
.github/workflows/onpush_superlinter.yml
vendored
@@ -22,8 +22,7 @@ jobs:
|
||||
id: chmod
|
||||
run: |
|
||||
git ls-files --stage | grep ".sh$" | cut -f2 | xargs -d '\n' git update-index --chmod=+x && \
|
||||
git grep --files-with-matches 'bash' | cut -f2 | xargs -d '\n' git update-index --chmod=+x && \
|
||||
git commit -m "Changing file permissions"
|
||||
git grep --files-with-matches 'bash' | cut -f2 | xargs -d '\n' git update-index --chmod=+x
|
||||
shell: bash
|
||||
- name: Commit if needed
|
||||
if: steps.chmod.outputs.changed != ''
|
||||
|
||||
Reference in New Issue
Block a user