mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-01 19:48:47 +02:00
Update weekly-supelinter.yaml
This commit is contained in:
6
.github/workflows/weekly-supelinter.yaml
vendored
6
.github/workflows/weekly-supelinter.yaml
vendored
@@ -24,8 +24,10 @@ jobs:
|
|||||||
echo "Starting"
|
echo "Starting"
|
||||||
git config core.filemode true
|
git config core.filemode true
|
||||||
# shellcheck disable=SC2086,SC2046
|
# shellcheck disable=SC2086,SC2046
|
||||||
git update-index --chmod=+x $(find . -type f -iname "*.sh")
|
#git update-index --chmod=+x $(find . -type f -iname "*.sh")
|
||||||
|
chmod u+x $(find . -type f -iname "*.sh")
|
||||||
|
git commit -am "fixing the script permissions..."
|
||||||
|
|
||||||
- name: Commit if needed
|
- name: Commit if needed
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user