Skip to content

Commit

Permalink
try to fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Nov 6, 2024
1 parent 882e424 commit 29227b7
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,5 +19,5 @@ jobs:
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main
with:
title: "Google API Core (GAX) Reference Documentation"
default_version: ${{ inputs.tag || github.event.pull_request.head.repo.full_name || github.head_ref }}
default_version: ${{ inputs.tag || github.head_ref || 'main' }}
dry_run: ${{ github.event_name == 'pull_request' }}

0 comments on commit 29227b7

Please sign in to comment.