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: