From fd9da74808d7f151ab41bfe807350e6ea4c6fd38 Mon Sep 17 00:00:00 2001 From: Cameron Showalter Date: Fri, 1 Nov 2024 12:28:29 -0800 Subject: [PATCH] Making description more clear in the console --- .github/workflows/dispatch-delete-leaf-stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-delete-leaf-stack.yaml b/.github/workflows/dispatch-delete-leaf-stack.yaml index e11e67c..04b2953 100644 --- a/.github/workflows/dispatch-delete-leaf-stack.yaml +++ b/.github/workflows/dispatch-delete-leaf-stack.yaml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: environment: - description: "The leaf stack to delete" + description: "The leaf stack to DESTROY" type: environment required: true