Update onpush_builder.yaml

This commit is contained in:
Alexandre
2023-05-13 07:08:33 +02:00
committed by GitHub
parent b6a661c4ff
commit d0ac68b742

View File

@@ -45,7 +45,7 @@ jobs:
git config core.filemode true
# shellcheck disable=SC2086,SC2046
#git update-index --chmod=+x $(find "$path" -type f -iname "*.sh")
chmod u+x $(find "$path" -type f -iname "*.sh")
chmod u+x $(find "$path" -type f -iname "*.sh") || true
#git commit -am "fixing the script permissions..."
env:
path: "./${{ matrix.addon }}"