mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-19 05:59:53 +08:00
remove unused inputs
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user