Skip to content

Commit

Permalink
Update sam.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefreitassilva authored Nov 26, 2024
1 parent 82b7b50 commit 07e8bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
# Deploy the SAM application
- name: SAM Deploy
run: sam deploy --config-file samconfig.toml --region us-east-1 --no-confirm-changeset || \
if [ $? -eq 1 ]; then echo "No changes to deploy"; else exit 1; fi
{ if [ $? -eq 1 ]; then echo "No changes to deploy"; else exit 1; fi; }

0 comments on commit 07e8bb1

Please sign in to comment.