From 51ba55fc36ccc664502ed757ee1a9059ef5e747d Mon Sep 17 00:00:00 2001 From: Yoom Lam Date: Fri, 7 Jun 2024 23:55:07 -0500 Subject: [PATCH] power defaults to blank --- .github/workflows/lightsail-mgmt.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lightsail-mgmt.yml b/.github/workflows/lightsail-mgmt.yml index dc4a045..012d51f 100644 --- a/.github/workflows/lightsail-mgmt.yml +++ b/.github/workflows/lightsail-mgmt.yml @@ -36,16 +36,17 @@ on: - 'chatbot-prototype' - 'chat.zone' power: - description: "Only used for update_power and create_new commands: power of service (useful for deployment failures)" + description: "(Only for update_power and create_new commands) power of service" type: choice + default: '' options: - # - '' + - '' # - nano - micro - small - medium - large - - xlarge + # - xlarge permissions: id-token: write # This is required for requesting the JWT from GitHub's OIDC provider for AWS authentication