What's Changed
- Upgrade from Node 12 to Node 16 (see GitHub announcement) to address a deprecation notice
- Upgrade
actions/core
to address a deprecation notice (see GitHub announcement) - Fail gracefully with an error message when appspec.yml is missing (#19)
- Allow overriding the branch name used to look up configuration (#20)
- Avoid an error when dealing with failed deployments (#23)
- Fix handling of concurrent deployments (#24)
- Add a
$PR_NUMBER
placeholder for deployment group names (#26)
Full Changelog: v0.3.0...v0.4.0