mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 15:12:44 +00:00
remove unused inputs
This commit is contained in:
parent
378baa6d3e
commit
e3e70e6fe5
1 changed files with 1 additions and 3 deletions
|
@ -4,10 +4,8 @@ author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
name:
|
name:
|
||||||
description: 'Artifact name'
|
description: 'Artifact name'
|
||||||
|
required: true
|
||||||
path:
|
path:
|
||||||
description: 'Destination path'
|
description: 'Destination path'
|
||||||
source:
|
|
||||||
description: 'artifact source'
|
|
||||||
default: current
|
|
||||||
runs:
|
runs:
|
||||||
plugin: 'download'
|
plugin: 'download'
|
||||||
|
|
Loading…
Reference in a new issue