Skip to content

Commit

Permalink
update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Aug 22, 2024
1 parent 1204c48 commit bd9a6b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to generate documentation for'
required: false

permissions:
contents: write
Expand All @@ -16,7 +18,7 @@ jobs:
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@doctum
with:
title: "Google Cloud PHP Client"
default_tag: ${{ inputs.tag }}
default_version: ${{ inputs.tag }}
exclude_file: aliases.php
tag_pattern: "v2.*"

0 comments on commit bd9a6b1

Please sign in to comment.