Releases: tramlinehq/deploy-action
Releases · tramlinehq/deploy-action
v0.1.7
What's Changed
- Rewrite the script in Python to avoid various JSON parsing issues with bash
- Bump
actions/checkout
to v4 by @msasikanth in #1 - Use dcarbone/install-jq-action to install jq in a platform safe manner by @vaidyakhil in #2
New Contributors
- @msasikanth made their first contribution in #1
- @vaidyakhil made their first contribution in #2
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Add build notes as an optional output of the action
Initial release
This helps Tramline do two things:
- Accept inputs as JSON, so extending later is easier.
- Wrap the checkout action and checkout to the sha that Tramline passes over. This allows Tramline only to trigger workflows for a particular SHA and not the HEAD of a branch.
🚀