Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2022-12-20 09:57:20 +01:00
committed by GitHub
parent c8ad7a6de5
commit f869a790ce

View File

@@ -23,7 +23,7 @@ jobs:
run: |
echo "Starting"
git config core.filemode true
# shellcheck disable=SC2086
# shellcheck disable=SC2086,SC2046
git update-index --chmod=+x $(find . -type f -iname "*.sh")
- name: Commit if needed