TractorZoom / sam-cli-action

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

If exit code is not in [0, 1], action succeeds #18

Open sdwvit opened 3 years ago

sdwvit commented 3 years ago

If samcli deployment exits with some other code than 1 or 0, script thinks it is successful.

https://github.com/TractorZoom/sam-cli-action/blob/master/entrypoint.sh#L65

Here you have to just return exit code