mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 08:58:28 +02:00
ensure defaults for configuration values
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
parent
10ec34d92d
commit
59bb9ed754
4 changed files with 23 additions and 34 deletions
|
@ -9,8 +9,13 @@ inputs:
|
|||
description: 'Destination path'
|
||||
required: false
|
||||
s3-bucket:
|
||||
description: 'S3 bucket to pull from'
|
||||
required: false
|
||||
description: >
|
||||
S3 Bucket to use to put your artifacts in, typically something like "gha-artifacts"
|
||||
default: 'gha-artifacts'
|
||||
region:
|
||||
description: >
|
||||
Region your s3 bucket is in
|
||||
default: 'us-east-1'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue