Skip to content

Commit

Permalink
chore: fix docs dry-run job
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Aug 26, 2024
1 parent 242e2cb commit 76c312e
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 76c312e

Please sign in to comment.