Actions: --allow-unrelated-histories
Some checks failed
Build and Save Artifact / build (push) Failing after 6s

This commit is contained in:
Cyanoure
2024-09-15 16:36:21 +02:00
parent cff26ff339
commit 81baa4f3d4

View File

@ -30,7 +30,7 @@ jobs:
BRANCH_NAME="${GITHUB_REF_NAME}-build"
git fetch origin $BRANCH_NAME || true # Allow failure if branch doesn't exist
git switch $BRANCH_NAME || git switch -c $BRANCH_NAME
git merge --no-ff ${GITHUB_REF_NAME}
git merge --allow-unrelated-histories ${GITHUB_REF_NAME}
rm -rf dist
# Install dependencies