dev #11

Merged
Cyanoure merged 32 commits from dev into main 2024-09-15 15:35:07 +00:00
10 changed files with 64 additions and 74 deletions
Showing only changes of commit c06b06c748 - Show all commits

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"