TractorZoom / sam-cli-action

Github Action to build, package, and deploy serverless applications using the AWS SAM CLI.
18 stars 9 forks source link

Error: No changes to deploy. Stack samcount is up to date #22

Closed kaihendry closed 3 years ago

kaihendry commented 3 years ago

https://github.com/kaihendry/count/runs/1598477559#step:5:12 fails when there are no changes.

Why isn't --no-fail-on-empty-changeset the default or at least an option?

Thank you!

cody-hoffman commented 3 years ago

We add it as an option to our sam_command like so:

with:
    sam_command: deploy --no-fail-on-empty-changeset
twebber90 commented 3 years ago

@cody-hoffman can this be closed?