fixed env options

pull/1544/head
Brord van Wierst 11 months ago
parent b07930ab66
commit e7dcd893fc
No known key found for this signature in database
GPG Key ID: 0922A3CA225DF791

@ -3,8 +3,12 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
environment: environment:
type: environment type: choice
description: Select the environment description: Select the environment
options:
- staging
- production
default: 'staging'
new_release_notes: new_release_notes:
required: true required: true
type: string type: string

Loading…
Cancel
Save