Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
docs: update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Hoffman committed Jan 23, 2020
1 parent 4c88b05 commit 1b9f3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
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:
Expand Down

0 comments on commit 1b9f3a3

Please sign in to comment.