Skip to content

Commit 33af5ee

Browse files
committed
checkout main
1 parent a71b295 commit 33af5ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/scripts/update_googleapis_commit.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ fi
5454
current_branch="generate-libraries-${base_branch}"
5555
title="chore: update googleapis commit at $(date)"
5656

57+
git checkout "${base_branch}"
5758
# try to find a open pull request associated with the branch
5859
pr_num=$(gh pr list -s open -H "${current_branch}" -q . --json number | jq ".[] | .number")
5960
# create a branch if there's no open pull request associated with the

hermetic_build/library_generation/owlbot/templates/java_library/.github/scripts/update_generation_config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ fi
9595
current_branch="generate-libraries-${base_branch}"
9696
title="chore: Update generation configuration at $(date)"
9797

98+
git checkout "${base_branch}"
9899
# Try to find a open pull request associated with the branch
99100
pr_num=$(gh pr list -s open -H "${current_branch}" -q . --json number | jq ".[] | .number")
100101
# Create a branch if there's no open pull request associated with the

0 commit comments

Comments
 (0)