ci test
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 17 May 2021 01:44:19 +0000 (10:44 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 17 May 2021 01:44:19 +0000 (10:44 +0900)
.github/workflows/deploy-packages.yml

index 7c3653a..0e929eb 100644 (file)
@@ -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