From c3cb132b2f280c899ecd552eb668f8f247bcd8eb Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sat, 1 Jun 2019 19:00:58 -0700 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 1b4396f..7e1d9be 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -8,7 +8,7 @@ action "Docker build, tag, and push" { secrets = ["DOCKER_USERNAME", "DOCKER_PASSWORD"] } -action "GitHub Action for AWS" { +action "AWS deploy" { uses = "actions/aws/cli@efb074ae4510f2d12c7801e4461b65bf5e8317e6" needs = ["Docker build, tag, and push"] secrets = [