Skip to content

Commit 34e1047

Browse files
committed
chore: push current branch to remote
1 parent 35f1310 commit 34e1047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/update_googleapis_commit.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ pr_num=$(gh pr list -s open -H "${current_branch}" -q . --json number | jq ".[]
6161
# branch; otherwise checkout the pull request.
6262
if [ -z "${pr_num}" ]; then
6363
git checkout -b "${current_branch}"
64+
# Push the current branch to remote so that we can
65+
# compare the commits later.
66+
git push -u origin "${current_branch}"
6467
else
6568
gh pr checkout "${pr_num}"
6669
fi

0 commit comments

Comments
 (0)