From 9318425ca403157d04b4baeeecab4e96e99e8d1a Mon Sep 17 00:00:00 2001 From: Cameron Showalter Date: Fri, 1 Nov 2024 12:27:48 -0800 Subject: [PATCH] adding type flag so it auto-populates in the console --- .github/workflows/dispatch-delete-leaf-stack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dispatch-delete-leaf-stack.yaml b/.github/workflows/dispatch-delete-leaf-stack.yaml index 1d4a420..e11e67c 100644 --- a/.github/workflows/dispatch-delete-leaf-stack.yaml +++ b/.github/workflows/dispatch-delete-leaf-stack.yaml @@ -5,6 +5,7 @@ on: inputs: environment: description: "The leaf stack to delete" + type: environment required: true env: