diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index f0baee3709..9b4bb71cb7 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -2,21 +2,21 @@ name: Repo Dispatcher on: workflow_dispatch: inputs: - package_clean: + debug: type: choice - description: 'check to make clean package' + description: 'debug?' options: - true - false - default: 'true' + default: 'false' required: true - debug: + package_clean: type: choice - description: 'debug?' + description: 'check to make clean package' options: - true - false - default: 'false' + default: 'true' required: true jobs: