Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Ragsdale authored Sep 19, 2020
1 parent 63aa0b4 commit 02791ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '10.x'
- run: for d in */ ; do cd $d && npm install --no-package-lock --loglevel=error && cd .. ; done
- uses: r0zar/sam-deploy-action@v1.0
- uses: r0zar/sam-deploy-action@v1.4
env:
TEMPLATE: 'template.yaml'
AWS_STACK_NAME: prod-${{ github.actor }}-resourceful
Expand Down

0 comments on commit 02791ce

Please sign in to comment.