mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-02 01:23:40 +00:00
Merge 8a34da2f563ab9ad89c1e4115b7346de02d364ac into 18f0f591fbc635562c815484d73b6e8e3980482e
This commit is contained in:
commit
3ce154336e
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…
x
Reference in New Issue
Block a user