From 59f99ec4979420dbc8dd8caa693ca2a3269b5809 Mon Sep 17 00:00:00 2001 From: yaolin-0 <78028446+yaolin-0@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:39:34 +0800 Subject: [PATCH] Update main.yml Improve description for the environment input. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03175f2..e72ebb9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: description: "action: deploy/stop/start" default: "deploy" env: - description: "environment: " + description: "environment: Input the name of Environment. If left blank, the main secrets setting will be used by default." default: "" jobs: