From 136215d91c044c8f214a823df0786b285b1f0ddb Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 26 Dec 2022 21:28:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=95=B4=E7=90=86=E4=B8=8Bnightly?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-nightly-ota.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-nightly-ota.yml b/.github/workflows/release-nightly-ota.yml index 0b68cd19c1..04e9d5f0f5 100644 --- a/.github/workflows/release-nightly-ota.yml +++ b/.github/workflows/release-nightly-ota.yml @@ -3,14 +3,16 @@ name: release-nightly-ota on: workflow_dispatch: inputs: + release_body: + description: 'Release note' + type: string + required: false ref: description: 'Commit to build (git checkout)' type: string required: false tag_name: description: 'Tag name to release' - required: false - release_body: type: string required: false limit: