mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-22 13:45:28 +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'
|
*.https://'Github.com/woolfiraq'
|
||||||
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
*.name: 'Download a Build Artifact'
|
||||||
author: 'GitHub'
|
*.description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
||||||
inputs:
|
*.author: 'woolfiraq'
|
||||||
name:
|
*.inputs:
|
||||||
description: 'Artifact name'
|
*. name:
|
||||||
required: true
|
*. description: 'Artifact name'
|
||||||
path:
|
*. required: true
|
||||||
description: 'Destination path'
|
*. path:
|
||||||
runs:
|
*. description: 'Destination path'
|
||||||
# Plugins live on the runner and are only available to a certain set of first party actions.
|
*.runs:
|
||||||
plugin: 'download'
|
*. 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