Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Aug 26, 2024
2 parents babd7f9 + 76c312e commit ec21d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main
with:
title: "Google Cloud PHP Client"
default_version: ${{ inputs.tag || github.ref_name }}
default_version: ${{ inputs.tag || github.head_ref || github.ref_name }}
exclude_file: aliases.php
tag_pattern: "v2.*"
dry_run: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit ec21d88

Please sign in to comment.