зеркало из 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:
|
inputs:
|
||||||
build_only:
|
build_only:
|
||||||
description: 'Optionally restrict what artifacts to build'
|
description: 'Optionally restrict what artifacts to build'
|
||||||
|
required: false
|
||||||
ref:
|
ref:
|
||||||
description: 'Optionally override which branch to build'
|
description: 'Optionally override which branch to build'
|
||||||
|
required: false
|
||||||
repository:
|
repository:
|
||||||
description: 'Optionally override from where to fetch the specified ref'
|
description: 'Optionally override from where to fetch the specified ref'
|
||||||
|
required: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
|
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче