Skip to content

Commit

Permalink
Fix refusing to merge unrelated histories
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed May 6, 2024
1 parent e8449bd commit 79803de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config --local user.name "AWS SDK Rust Bot"
git config --local user.email "[email protected]"
git fetch
git fetch --unshallow
git checkout origin/main
backport_branch="merge-${{ env.release_branch }}-to-main-$(date +%s)"
git checkout -b "${backport_branch}"
Expand Down

0 comments on commit 79803de

Please sign in to comment.