From 86aaf83393f6ab36b927df7ccbb99d2f7d0dc892 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Mon, 17 May 2021 10:46:11 +0900 Subject: [PATCH] ci test --- .github/workflows/deploy-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-packages.yml b/.github/workflows/deploy-packages.yml index 0e929eb..1e9eef3 100644 --- a/.github/workflows/deploy-packages.yml +++ b/.github/workflows/deploy-packages.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: target: - description: 'Target branch to deploy' + description: 'Branch to deploy' required: true default: 'master' deploy_to_myget: -- 2.7.4