Skip to content

Releases: gacts/run-and-post-run

v1.4.0

05 Nov 11:12
Compare
Choose a tag to compare

Changed

  • Version of node runtime for action from node16 to node20

v1.3.0

16 Jun 18:29
fe4132a
Compare
Choose a tag to compare

Added

  • post-shell option which allows to override the shell separately for post-run #10 (thanks @hummeltech)

v1.2.1

24 May 13:28
c762f8b
Compare
Choose a tag to compare

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

24 May 12:53
84d3909
Compare
Choose a tag to compare

Fixed

  • Fail the action if an error occurs, instead of just logging the error message #7

Added

  • Environment variables interpolation in run and post commands #7
  • Possibility to determine the shell to use for run and post commands #7
  • Possibility to write the multiline commands using \ separator #7

Thanks @tarampampam!

v1.1.0

24 Mar 14:13
2326bf0
Compare
Choose a tag to compare

Added

  • run and post parameters now can be a list of commands

Changed

  • post parameter is required now
  • post command will run even if workflow has errors

Fixed

  • Removed stacktrace from error

v1.0.0

23 Mar 15:49
df62547
Compare
Choose a tag to compare

Added

  • First action release