From e7dcd893fc7be563c67d1adf6ebf4017e175df21 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Tue, 24 Dec 2024 14:47:14 +0100 Subject: [PATCH] fixed env options --- .github/workflows/manual.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 7ae7dce2c..6933f709b 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -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