Skip to content

Commit fc53257

Browse files
committed
update doctum inputs
1 parent 87c78b6 commit fc53257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
tag:
9-
description: 'Tag to release'
10-
required: true
9+
description: 'default tag for documentation'
1110

1211
permissions:
1312
contents: write
@@ -18,4 +17,5 @@ jobs:
1817
uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@doctum
1918
with:
2019
title: "Google Cloud PHP Client Services"
21-
tag: ${{ inputs.tag }}
20+
default_tag: ${{ inputs.tag }}
21+
tag_pattern: false

0 commit comments

Comments
 (0)