Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nato-re committed Feb 2, 2024
1 parent ed2bbaa commit 702e76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
# Run Unit tests- Specify unit tests here

# sam deploy
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name sam-hello-world --s3-bucket ${{ env.S3_BUCKET }} --capabilities CAPABILITY_IAM --region ${{ env.AWS_REGION} }
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name sam-hello-world --s3-bucket ${{ env.S3_BUCKET }} --capabilities CAPABILITY_IAM --region ${{ env.AWS_REGION }}

0 comments on commit 702e76c

Please sign in to comment.