mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +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
@@ -21,7 +21,8 @@ jobs:
|
||||
- name: Make scripts executable
|
||||
run: |
|
||||
echo "Starting"
|
||||
find . -type f -iname "*.sh" -exec chmod 755 {} \;
|
||||
# shellcheck disable=SC2086
|
||||
git update-index --chmod=+x $(find . -type f -iname "*.sh")
|
||||
- name: Commit if needed
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user