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: tools/api_refs/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,9 +112,10 @@ fi;
112
112
With [GitHub CLI `gh`](https://cli.github.com/), you can trigger a GitHub Action workflow to build the API References
113
113
114
114
```bash
115
-
gh workflow run api_refs.yaml -f version=<tag> -f use_dev_version=<false|true> --ref <branch>
115
+
gh workflow run api_refs.yaml -f version=<tag> -f use_dev_version=<false|true> --ref <branch> - f base_branch=<branch>
116
116
```
117
117
118
118
`-f version=<tag>` to pass the Ibexa DXP version tag for which the API References are built.
119
119
`-f use_dev_version=<false|true>` to use the released version designed by the tag, or to use the development version (`v5.0.x-dev`) for an incoming tag.
120
120
`--ref <branch>` to use the `api_refs.yaml` workflow from a given branch instead of the default branch (`5.0`).
121
+
`-f base_branch=<branch>` to use the `api_refs.sh` from a given branch and make a PR to that branch.
0 commit comments