Skip to content

Commit e7dcd89

Browse files
committed
fixed env options
1 parent b07930a commit e7dcd89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/manual.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ on:
33
workflow_dispatch:
44
inputs:
55
environment:
6-
type: environment
6+
type: choice
77
description: Select the environment
8+
options:
9+
- staging
10+
- production
11+
default: 'staging'
812
new_release_notes:
913
required: true
1014
type: string

0 commit comments

Comments
 (0)