We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8449bd commit 79803deCopy full SHA for 79803de
.github/workflows/backport-pull-request.yml
@@ -32,7 +32,7 @@ jobs:
32
git config --local user.name "AWS SDK Rust Bot"
33
git config --local user.email "[email protected]"
34
35
- git fetch
+ git fetch --unshallow
36
git checkout origin/main
37
backport_branch="merge-${{ env.release_branch }}-to-main-$(date +%s)"
38
git checkout -b "${backport_branch}"
0 commit comments