Skip to content

Commit 2877a5f

Browse files
committed
api_refs.yaml: Fix branch push
fatal: The current branch api_refs_v4.6.x has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin api_refs_v4.6.x
1 parent 3583718 commit 2877a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api_refs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
#TODO: git add doc/api/rest_api/rest_api_reference/rest_api_reference.html
4545
#TODO: git commit -m "REST API Ref HTML"
4646
#TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push
47-
git push
47+
git push --set-upstream origin api_refs_v4.6.x
4848
4949
- name: Create Pull Request
5050
uses: peter-evans/create-pull-request@v3

0 commit comments

Comments
 (0)