mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 10:43:32 -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:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
required: true
|
||||
path:
|
||||
description: 'Destination path'
|
||||
source:
|
||||
description: 'artifact source'
|
||||
default: current
|
||||
runs:
|
||||
plugin: 'download'
|
||||
|
|
Loading…
Reference in a new issue