Update onpush_builder.yaml

This commit is contained in:
Alexandre
2025-06-15 12:58:40 +02:00
committed by GitHub
parent d16219613b
commit 1fcc6378de

View File

@@ -64,6 +64,9 @@ jobs:
fi
fi
done
- name: Make all .sh scripts executable
run: |
find . -type f -iname "*.sh" -exec chmod u+x {} \;
- name: Commit if needed
uses: EndBug/add-and-commit@v9
with: