mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-22 05:35:29 +00:00
action.yml
Hello World
This commit is contained in:
parent
18f0f591fb
commit
8a34da2f56
27
action.yml
27
action.yml
@ -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'
|
||||
*.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user