This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Releases: TractorZoom/sam-cli-action
Releases · TractorZoom/sam-cli-action
v0.2.0 update to support node 12
- update docker image to use node 12
- updates documentation to fix an error
Python version 3.8 to 3.7
Python version 3.8 to 3.7
feat: add directory input
Features:
- adds the ability to set
directory
of the SAM template, defaulted to./
fix: fail the workflow when the job sam cli action fails
Previously all workflows were green regardless whether the sam cli action succeeded or failed. With this change any command that exits with code 1 will fail the workflow.
chore: support installing modules from github package registry
Adds the ability to pass github package registry token optionally.
docs: update documentation
0.0.2 docs: update readme example
feat: initial release
0.0.1 feat: initial action