Update onpush_superlinter.yml

This commit is contained in:
Alexandre
2022-12-20 09:48:28 +01:00
committed by GitHub
parent 8c90a75d55
commit 0ef4b66d1a

View File

@@ -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: