Update Actions
All checks were successful
Build and Save Artifact / build (pull_request) Successful in 12s
All checks were successful
Build and Save Artifact / build (pull_request) Successful in 12s
This commit is contained in:
1
.github/workflows/Build.yml
vendored
1
.github/workflows/Build.yml
vendored
@ -34,6 +34,7 @@ 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 origin
|
||||
git checkout ${SOURCE_BRANCH_NAME}
|
||||
BRANCH_NAME="${SOURCE_BRANCH_NAME}-build"
|
||||
git fetch origin $BRANCH_NAME --unshallow || true # Allow failure if branch doesn't exist
|
||||
|
||||
Reference in New Issue
Block a user