fixed env options

This commit is contained in:
Brord van Wierst 2024-12-24 14:47:14 +01:00
parent b07930ab66
commit e7dcd893fc
No known key found for this signature in database
GPG key ID: 0922A3CA225DF791

View file

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