From 0cc1a9791427d539660df464796102cd80dda933 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 6 May 2024 22:38:58 +0600 Subject: [PATCH] cd: update workflow inputs --- .github/workflows/build_packages.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_packages.yml b/.github/workflows/build_packages.yml index c4de633b..691d4bdf 100644 --- a/.github/workflows/build_packages.yml +++ b/.github/workflows/build_packages.yml @@ -2,27 +2,22 @@ name: Build Packages on: workflow_dispatch: inputs: + debug: + type: boolean + default: false + description: Debug with SSH toggle + required: false channel: type: choice - description: Release Channel - required: true options: - stable - nightly default: nightly - debug: - description: Debug on failed when channel is nightly - required: true + description: The release channel + dry_run: type: boolean default: false - dry_run: - description: Dry run - required: true - type: boolean - default: true - push: - branches: - - refactor/config-cli + description: Dry run without uploading to release env: FLUTTER_VERSION: 3.19.5