зеркало из https://github.com/microsoft/git.git
git-artifacts: mark all inputs as "not required"
This workflow needs to be triggered manually, and it offers to specify a couple input parameters. But none of them are required. Make that explicit. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Родитель
a04bfb3a8e
Коммит
23231678e8
|
@ -7,10 +7,13 @@ on:
|
|||
inputs:
|
||||
build_only:
|
||||
description: 'Optionally restrict what artifacts to build'
|
||||
required: false
|
||||
ref:
|
||||
description: 'Optionally override which branch to build'
|
||||
required: false
|
||||
repository:
|
||||
description: 'Optionally override from where to fetch the specified ref'
|
||||
required: false
|
||||
|
||||
env:
|
||||
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
|
||||
|
|
Загрузка…
Ссылка в новой задаче