From 1b9f3a33eef805d742afabe99817d8cb2efe98d9 Mon Sep 17 00:00:00 2001 From: Cody Hoffman Date: Thu, 23 Jan 2020 15:20:04 -0600 Subject: [PATCH] docs: update readme example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8cdb36..331af7f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Github action for using the [AWS SAM CLI](https://github.com/awslabs/aws-sam-cli ```yaml - name: sam build - uses: tractorzoom/sam-cli + uses: TractorZoom/sam-cli-action@master with: sam_command: "build" env: @@ -14,7 +14,7 @@ Github action for using the [AWS SAM CLI](https://github.com/awslabs/aws-sam-cli AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_DEFAULT_REGION: us-east-1 - name: sam deploy - uses: tractorzoom/sam-cli + uses: TractorZoom/sam-cli-action@master with: sam_command: "deploy" env: