From 9d25e7d0a905a0004f8ed4b49bc40ba2fa289a8e Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 16 Feb 2024 09:51:39 +0800 Subject: [PATCH] update --- .github/workflows/dispatch.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index f0baee3..9b4bb71 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -2,14 +2,6 @@ name: Repo Dispatcher on: workflow_dispatch: inputs: - package_clean: - type: choice - description: 'check to make clean package' - options: - - true - - false - default: 'true' - required: true debug: type: choice description: 'debug?' @@ -18,6 +10,14 @@ on: - false default: 'false' required: true + package_clean: + type: choice + description: 'check to make clean package' + options: + - true + - false + default: 'true' + required: true jobs: build: