fixed env options
This commit is contained in:
parent
b07930ab66
commit
e7dcd893fc
1 changed files with 5 additions and 1 deletions
6
.github/workflows/manual.yml
vendored
6
.github/workflows/manual.yml
vendored
|
|
@ -3,8 +3,12 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
environment:
|
||||
type: environment
|
||||
type: choice
|
||||
description: Select the environment
|
||||
options:
|
||||
- staging
|
||||
- production
|
||||
default: 'staging'
|
||||
new_release_notes:
|
||||
required: true
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue