Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2023-02-05 13:29:14 +01:00
committed by GitHub
parent 9c3b546481
commit eb008efc98

View File

@@ -24,8 +24,10 @@ jobs:
echo "Starting"
git config core.filemode true
# 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
uses: EndBug/add-and-commit@v9
with: