Skip to content

Commit 5cc844f

Browse files
authored
Merge CI checkout fix
This merge fixes a mistake I made merging #1461. The issue was that the bot_pr_format_base.sh script tried to create the same branch twice. Related PR: #1469
2 parents fa71990 + a3cd494 commit 5cc844f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/bot-pr-format-base.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ git remote add fork "$HEAD_URL"
99
git fetch fork "$HEAD_BRANCH"
1010
git fetch origin "$BASE_BRANCH"
1111

12-
# checkout current PR head
13-
LOCAL_BRANCH=format-tmp-$HEAD_BRANCH
14-
git checkout -b $LOCAL_BRANCH fork/$HEAD_BRANCH
15-
1612
git config user.email "[email protected]"
1713
git config user.name "ginkgo-bot"
1814

0 commit comments

Comments
 (0)