We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242e2cb commit 76c312eCopy full SHA for 76c312e
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main
20
with:
21
title: "Google Cloud PHP Client"
22
- default_version: ${{ inputs.tag || github.ref_name }}
+ default_version: ${{ inputs.tag || github.head_ref || github.ref_name }}
23
exclude_file: aliases.php
24
tag_pattern: "v2.*"
25
dry_run: ${{ github.event_name == 'pull_request' }}
0 commit comments