Create action.yml
commit
b1d423026c
|
@ -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…
Reference in New Issue