We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a97d19 commit 9d7d312Copy full SHA for 9d7d312
1 file changed
.github/workflows/api_refs.yaml
@@ -55,7 +55,7 @@ jobs:
55
- name: Checkout documentation
56
uses: actions/checkout@v4
57
with:
58
- ref: ${{ steps.version_and_branches.outputs.base_branch }}
+ ref: php-api-ref-dev-version # TMP: hardcoded to test dev version workflow; revert to ${{ steps.version_and_branches.outputs.base_branch }}
59
60
- name: Disable PHP coverage
61
uses: shivammathur/setup-php@v2
0 commit comments