mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
build_rocky: set git identity before committing to build repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user