From cbe1a4f50dd503ec68a163f754e8b82595ec721a Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 31 Dec 2021 21:57:50 -0700 Subject: [PATCH] CI: fix input dialog wording --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index add387c8e..6ac14f8e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,11 +6,11 @@ on: workflow_dispatch: inputs: nightly: - description: 'Whether trigger a nightly build (true/false/auto)' + description: 'Whether to trigger a nightly build (true/false/auto)' required: false default: 'true' canary: - description: 'Whether trigger a canary build (true/false/auto)' + description: 'Whether to trigger a canary build (true/false/auto)' required: false default: 'true'