mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 18:53:33 -05:00
Merge pull request #2 from actions/users/tihuang/changeinputs
remove unused inputs
This commit is contained in:
commit
9cc051b66c
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