ci: build workflow explicit default values

This commit is contained in:
Nicolas Giard 2022-11-16 16:46:23 -05:00 committed by GitHub
parent 41eafa2727
commit 8b23be83d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ on:
default: ''
publish:
description: 'Create Production Release'
default: false
required: true
type: boolean
sandbox:
@ -23,6 +24,7 @@ on:
type: boolean
skiptests:
description: 'Skip Tests'
default: false
required: true
type: boolean
ignoreLowerCoverage:
@ -37,6 +39,7 @@ on:
type: boolean
dryrun:
description: 'Dry Run'
default: false
required: true
type: boolean