This commit is contained in:
Konrad Pabjan 2020-02-20 15:48:03 -05:00
parent 18f0f591fb
commit 6ced765a9f
12 changed files with 4792 additions and 4 deletions

View file

@ -4,9 +4,10 @@ author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: true
required: false
path:
description: 'Destination path'
description: 'Destination path'
required: false
runs:
# Plugins live on the runner and are only available to a certain set of first party actions.
plugin: 'download'
using: 'node12'
main: 'dist/index.js'