commit b1d423026c88bc88e1cbe1a170aa85fd34570f99 Author: Ting Date: Mon Jun 24 14:40:04 2019 -0600 Create 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'