build_rocky: set git identity before committing to build repo

This commit is contained in:
Andrej730
2026-08-04 14:47:37 +05:00
parent 34d76ef351
commit f2129c81b7
+2
View File
@@ -19,6 +19,8 @@ jobs:
- name: Create Build Repository Branch
run: |
cd build-outputs-init
git config user.name "IfcOpenBot"
git config user.email "ifcopenbot@ifcopenshell.org"
git checkout -b rockylinux9-x64-shared
mkdir -p Linux/x86_64/install
touch Linux/x86_64/install/.gitkeep