From f09a5be2f64d92991c69619398399b498fd7a2d3 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Mon, 17 May 2021 10:44:19 +0900 Subject: [PATCH] ci test --- .github/workflows/deploy-packages.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-packages.yml b/.github/workflows/deploy-packages.yml index 7c3653a..0e929eb 100644 --- a/.github/workflows/deploy-packages.yml +++ b/.github/workflows/deploy-packages.yml @@ -4,11 +4,15 @@ on: workflow_dispatch: inputs: target: - description: 'Target Branch to Deploy' + description: 'Target branch to deploy' required: true default: 'master' deploy_to_myget: - description: 'If true, NuGet packages will be deployed to MyGet' + description: 'Deploy packages to MyGet?' + required: true + default: true + deploy_to_tizen: + description: 'Submit changes to Tizen?' required: true default: true -- 2.7.4