From e3e70e6fe5e8b4828975cc01180ed43364d34ab4 Mon Sep 17 00:00:00 2001
From: Ting <tihuang@microsoft.com>
Date: Thu, 1 Aug 2019 14:45:04 -0400
Subject: [PATCH] remove unused inputs

---
 action.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/action.yml b/action.yml
index c48b456..398454e 100644
--- a/action.yml
+++ b/action.yml
@@ -4,10 +4,8 @@ author: 'GitHub'
 inputs: 
   name:
     description: 'Artifact name'
+    required: true
   path:
     description: 'Destination path'    
-  source:
-    description: 'artifact source'    
-    default: current
 runs:
   plugin: 'download'