mirror of
https://github.com/actions/download-artifact.git
synced 2024-12-27 00:17:04 +08:00
Create action.yml
This commit is contained in:
commit
b1d423026c
13
action.yml
Normal file
13
action.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: 'Download artifact'
|
||||||
|
description: 'Download workflow artifacts'
|
||||||
|
author: 'GitHub'
|
||||||
|
inputs:
|
||||||
|
name:
|
||||||
|
description: 'Artifact name'
|
||||||
|
path:
|
||||||
|
description: 'Destination path'
|
||||||
|
source:
|
||||||
|
description: 'artifact source'
|
||||||
|
default: current
|
||||||
|
runs:
|
||||||
|
plugin: 'download'
|
Loading…
x
Reference in New Issue
Block a user