Skip to content

Commit

Permalink
Track upstream branch when pushing
Browse files Browse the repository at this point in the history
This allows the `gh` CLI to know which remote branch to use for PRs
  • Loading branch information
jhkennedy committed Jan 17, 2025
1 parent d957f72 commit 908563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sed -i -r "s|$SEARCH_PATTERN|\1@${ACTIONS_VERSION}|g" README.md
git commit -am "Bump actions example's version to ${ACTIONS_VERSION}"
git push origin ${UPDATE_BRANCH}
git push -u origin ${UPDATE_BRANCH}
- name: Open PR
env:
Expand Down

0 comments on commit 908563c

Please sign in to comment.