From b1d423026c88bc88e1cbe1a170aa85fd34570f99 Mon Sep 17 00:00:00 2001 From: Ting Date: Mon, 24 Jun 2019 14:40:04 -0600 Subject: [PATCH] Create action.yml --- action.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..c48b456 --- /dev/null +++ b/action.yml @@ -0,0 +1,13 @@ +name: 'Download artifact' +description: 'Download workflow artifacts' +author: 'GitHub' +inputs: + name: + description: 'Artifact name' + path: + description: 'Destination path' + source: + description: 'artifact source' + default: current +runs: + plugin: 'download'