You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hermetic_build/library_generation/owlbot/templates/java_library/.github/scripts/update_generation_config.sh
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,9 @@ pr_num=$(gh pr list -s open -H "${current_branch}" -q . --json number | jq ".[]
102
102
# branch; otherwise checkout the pull request.
103
103
if [ -z"${pr_num}" ];then
104
104
git checkout -b "${current_branch}"
105
+
# Push the current branch to remote so that we can
0 commit comments