1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact.git synced 2024-09-20 02:36:12 +02:00
download-artifact/action.yml

12 lines
230 B
YAML
Raw Normal View History

2019-06-24 22:40:04 +02:00
name: 'Download artifact'
description: 'Download workflow artifacts'
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
2019-08-01 20:45:04 +02:00
required: true
2019-06-24 22:40:04 +02:00
path:
description: 'Destination path'
runs:
plugin: 'download'