Actions: New username
Some checks failed
Build and Save Artifact / build (push) Successful in 12s
Build and Save Artifact / build (pull_request) Failing after 6s

This commit is contained in:
Cyanoure
2024-09-15 16:54:54 +02:00
parent fad9d4279b
commit c06b06c748

View File

@ -27,7 +27,7 @@ jobs:
# Initialize build branch
- name: Initialize build branch
run: |
git config --global user.name 'Git Bot'
git config --global user.name 'Git Workflow Bot'
git config --global user.email 'noreply@kozelkaricsi.hu'
git fetch --all --unshallow
BRANCH_NAME="${GITHUB_REF_NAME}-build"