Skip to content

Commit cbd5760

Browse files
authored
Fix reference update workflow (#6)
Create-pull-request action expects to be on the base branch
1 parent 3f43445 commit cbd5760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-toolhive-reference.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
git checkout -b "$BRANCH"
4747
git commit -am "Update ToolHive reference docs for ${VERSION}"
4848
git push origin "$BRANCH"
49+
git checkout main
4950
env:
5051
VERSION: ${{ steps.imports.outputs.version }}
5152

0 commit comments

Comments
 (0)