From e841f3197530052334fbc479ebb2d7196de32b96 Mon Sep 17 00:00:00 2001 From: prologic Date: Fri, 3 Dec 2021 01:45:59 +0000 Subject: [PATCH] Correcting default --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a9b650..8f334eb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a simple utility to deploy to AWS S3 bucket and invalidate a cloudfront Just place this in your code underneath your build action within the steps, update the variables and secrets and that is it. ```yaml - name: Deploy application to AWS S3 and invalidate cloudfront cache - uses: pukonu/action-deploy-webapp-aws@v.1.2.1 + uses: pukonu/action-deploy-webapp-aws@v.1.2.2 id: deploy with: build_path: './path/to/build/folder' diff --git a/action.yml b/action.yml index e3d6075..94f7e04 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: empty_bucket: description: "Empty the bucket before uploading new content" required: false - default: true + default: false outputs: aws-deploy-output: description: 'A json output from AWS on the deployment'