Skip to content

Commit

Permalink
pass ref_name through
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Aug 22, 2024
1 parent bd9a6b1 commit 7dc15a1
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 @@ -18,7 +18,7 @@ jobs:
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@doctum
with:
title: "Google Cloud PHP Client"
default_version: ${{ inputs.tag }}
default_version: ${{ inputs.tag || github.ref_name }}
exclude_file: aliases.php
tag_pattern: "v2.*"

0 comments on commit 7dc15a1

Please sign in to comment.