This commit is contained in:
1
.github/workflows/Build.yml
vendored
1
.github/workflows/Build.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
||||
SOURCE_BRANCH_NAME=${{ steps.extract_branch.outputs.branch }}
|
||||
git config --global user.name 'Git Workflow Bot'
|
||||
git config --global user.email 'noreply@kozelkaricsi.hu'
|
||||
git fetch --all --unshallow
|
||||
BRANCH_NAME="${SOURCE_BRANCH_NAME}-build"
|
||||
git fetch origin $BRANCH_NAME --unshallow || true # Allow failure if branch doesn't exist
|
||||
git switch $BRANCH_NAME || git switch -c $BRANCH_NAME
|
||||
|
||||
Reference in New Issue
Block a user