get this working with s3 buckets

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
Eli Uriegas 2021-05-17 17:11:46 -07:00
parent 158ca71f7c
commit 57250ea9cd
5 changed files with 269 additions and 42 deletions

View file

@ -1,13 +1,16 @@
name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
author: 'GitHub'
inputs:
inputs:
name:
description: 'Artifact name'
required: false
path:
description: 'Destination path'
required: false
s3-bucket:
description: 'S3 bucket to pull from'
required: false
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'