Skip to content

Commit

Permalink
Allowed unrelated histories
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuchoff committed Jul 24, 2024
1 parent 800b5fe commit 55ec72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chatgpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "Done. Running git checkout..."
git checkout $TARGET_BRANCH
echo "Done. Running git merge..."
git merge --no-ff --no-edit $BRANCH
git merge --no-ff --no-edit $BRANCH --allow-unrelated-histories
echo "Done. Running git push..."
git push origin $TARGET_BRANCH
Expand Down

0 comments on commit 55ec72e

Please sign in to comment.