Releases: gacts/run-and-post-run
Releases · gacts/run-and-post-run
v1.4.1
What's Changed
- Dependencies updated
- Repository code refactored in #34
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Changed
- Version of node runtime for action from node16 to node20
v1.3.0
Added
post-shell
option which allows to override the shell separately forpost-run
#10 (thanks @hummeltech)
v1.2.1
Fixed
- Commands execution output is now streamed to the action output, instead of being buffered and printed at the end of the action #8
v1.2.0
Fixed
- Fail the action if an error occurs, instead of just logging the error message #7
Added
- Environment variables interpolation in
run
andpost
commands #7 - Possibility to determine the shell to use for
run
andpost
commands #7 - Possibility to write the multiline commands using \ separator #7
Thanks @tarampampam!
v1.1.0
Added
run
andpost
parameters now can be a list of commands
Changed
post
parameter is required nowpost
command will run even if workflow has errors
Fixed
- Removed stacktrace from error
v1.0.0
Added
- First action release