Update Actions
Some checks failed
Build and Save Artifact / build (pull_request) Failing after 5s

This commit is contained in:
Cyanoure
2024-09-15 17:15:34 +02:00
parent 0945bb417f
commit 02d87f88da

View File

@ -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 checkout ${SOURCE_BRANCH_NAME}
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