mirror of
https://code.forgejo.org/actions/download-artifact.git
synced 2024-11-10 05:23:18 +01:00
Create action.yml
This commit is contained in:
commit
b1d423026c
1 changed files with 13 additions and 0 deletions
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…
Reference in a new issue