1
0
mirror of https://github.com/pypa/gh-action-pypi-publish synced 2024-11-30 21:22:28 +08:00

Make workflow_dispatch Docker tag input required

https://github.com/pypa/gh-action-pypi-publish/pull/230#discussion_r1759496153
This commit is contained in:
Brendon Smith 2024-09-14 14:05:40 -04:00
parent e6d63cd9ba
commit 3a538c1fe8
No known key found for this signature in database

View File

@ -9,8 +9,8 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
inputs:
tag:
description: Docker image tag (optional, defaults to Git ref)
required: false
description: Docker image tag
required: true
type: string
jobs: