Skip to content

Commit a41b6da

Browse files
committed
api_refs.yaml: checkout the right branch before forking a new one.
1 parent efc2c1a commit a41b6da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/api_refs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
2727
- name: Checkout documentation
2828
uses: actions/checkout@v4
29+
with:
30+
ref: ${{ steps.version_and_branches.outputs.base_branch }}
2931

3032
- name: Build API Refs
3133
# TODO: On 5.0, update tool to handle both PHP & REST APIs

0 commit comments

Comments
 (0)