mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +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
|
- name: Create Build Repository Branch
|
||||||
run: |
|
run: |
|
||||||
cd build-outputs-init
|
cd build-outputs-init
|
||||||
|
git config user.name "IfcOpenBot"
|
||||||
|
git config user.email "ifcopenbot@ifcopenshell.org"
|
||||||
git checkout -b rockylinux9-x64-shared
|
git checkout -b rockylinux9-x64-shared
|
||||||
mkdir -p Linux/x86_64/install
|
mkdir -p Linux/x86_64/install
|
||||||
touch Linux/x86_64/install/.gitkeep
|
touch Linux/x86_64/install/.gitkeep
|
||||||
|
|||||||
Reference in New Issue
Block a user