Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Releases: TractorZoom/sam-cli-action

v0.2.0 update to support node 12

08 Jun 17:56
e482ab1
Compare
Choose a tag to compare
  • update docker image to use node 12
  • updates documentation to fix an error

Python version 3.8 to 3.7

26 May 14:20
Compare
Choose a tag to compare

feat: add directory input

19 Mar 17:07
e3bf898
Compare
Choose a tag to compare

Features:

  • adds the ability to set directory of the SAM template, defaulted to ./

fix: fail the workflow when the job sam cli action fails

10 Feb 18:29
Compare
Choose a tag to compare

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

30 Jan 21:31
8ed2396
Compare
Choose a tag to compare

Adds the ability to pass github package registry token optionally.

docs: update documentation

23 Jan 21:27
Compare
Choose a tag to compare
0.0.2

docs: update readme example

feat: initial release

23 Jan 21:07
Compare
Choose a tag to compare
0.0.1

feat: initial action