sam-cli-action icon indicating copy to clipboard operation
sam-cli-action copied to clipboard

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

Open sdwvit opened this issue 4 years ago • 0 comments

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

sdwvit avatar Oct 20 '20 17:10 sdwvit