Skip to content

Commit

Permalink
[Issue_549] allow-unrelated-histories in the merge of main
Browse files Browse the repository at this point in the history
  • Loading branch information
bstansberry committed Feb 29, 2024
1 parent 704ce69 commit 653303f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_post_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# includes .github/workflows changes that are not in the PR branch
MERGE_MSG="Merge 'main' into '${FIX_BRANCH_NAME}'"
echo "${MERGE_MSG}"
git merge origin/main -m "${MERGE_MSG}"
git merge origin/main --allow-unrelated-histories -m "${MERGE_MSG}"
fi
readonly OLD_DATE=$(echo ${OLD_POST} | sed -E "s/([0-9]{4}\-[0-9]{2}\-[0-9]{2}).*/\1/")
Expand Down

0 comments on commit 653303f

Please sign in to comment.