mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 09:28:20 +01:00
Update weekly-linter.yaml
This commit is contained in:
2
.github/workflows/weekly-linter.yaml
vendored
2
.github/workflows/weekly-linter.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Make scripts executable
|
||||
run: |
|
||||
echo "Starting"
|
||||
find . -type f -iname "*.sh" -exec chmod +x {} \;
|
||||
find . -type f -iname "*.sh" -exec chmod 755 {} \;
|
||||
|
||||
- name: Commit if needed
|
||||
uses: EndBug/add-and-commit@v9
|
||||
|
||||
Reference in New Issue
Block a user