From e572642532ad1f7f4df2481627abc5d3c7fa4672 Mon Sep 17 00:00:00 2001 From: zizifn <1803942+zizifn@users.noreply.github.com> Date: Tue, 15 Feb 2022 22:08:56 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b829425..911b8a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,11 @@ on: actions: description: "action: deploy/stop/start" default: "deploy" + auto-start-stop: + description: 'if this is true, then action will run auto stop on 2:00AM and auto start on 5:00AM beijing time' + default: "true" + required: true + type: boolean env: description: "environment: Input the name of Environment. If left blank, the main secrets setting will be used by default." default: ""