mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-22 05:35:29 +00:00
Merge pull request #2 from actions/users/tihuang/changeinputs
remove unused inputs
This commit is contained in:
commit
9cc051b66c
@ -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 New Issue
Block a user