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:
Johannes Schindelin 2021-02-23 12:44:29 +01:00
Родитель a04bfb3a8e
Коммит 23231678e8
1 изменённых файлов: 3 добавлений и 0 удалений

3
.github/workflows/git-artifacts.yml поставляемый
Просмотреть файл

@ -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"