ensure defaults for configuration values

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
Eli Uriegas 2021-05-19 11:06:16 -07:00
parent 10ec34d92d
commit 59bb9ed754
4 changed files with 23 additions and 34 deletions

View file

@ -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'