action.yml

Hello World
pull/18/head
woolfiraq@users.noreply.github.com 2020-02-16 09:00:53 +03:00 committed by GitHub
parent 18f0f591fb
commit 8a34da2f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 12 deletions

View File

@ -1,12 +1,15 @@
name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: true
path:
description: 'Destination path'
runs:
# Plugins live on the runner and are only available to a certain set of first party actions.
plugin: 'download'
*.https://'Github.com/woolfiraq'
*.name: 'Download a Build Artifact'
*.description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
*.author: 'woolfiraq'
*.inputs:
*. name:
*. description: 'Artifact name'
*. required: true
*. path:
*. description: 'Destination path'
*.runs:
*. Plugins live on the runner and are only available to a certain set of first party actions.
*. plugin: 'download'
*.