Skip to content

Releases: jannekem/run-python-script-action

v1.7

28 Jan 17:55
bbfca66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6...v1.7

Add set_summary utility

30 Jan 09:15
4a15c91
Compare
Choose a tag to compare

Add set_summary(value) utility function for adding a job summary as Markdown. More information about job summary can be found from the Actions documentation.

Upgrade to Node 16

01 Nov 17:31
2f75b06
Compare
Choose a tag to compare

Fix deprecated output handling

27 Oct 16:15
24e5401
Compare
Choose a tag to compare

Update dependencies

22 Sep 19:21
2ff3092
Compare
Choose a tag to compare

Update dependencies:

  • @actions/core: 1.2.6 -> 1.9.1
  • @actions/exec: 1.0.4 -> 1.1.1

Add utility functions

31 Jan 17:12
088ec07
Compare
Choose a tag to compare
  • provide a set of utility functions to interact with the Actions workflow

Add error handling

28 Jan 20:35
238d66a
Compare
Choose a tag to compare
  • add proper error handling
  • allow user to choose whether the step should be failed when an error is encountered
  • set STDOUT and STDERR as output parameters
  • add a check to verify that the action has been properly built

Fixes #1

First release

29 Oct 20:39
Compare
Choose a tag to compare

Supports a single script argument that should contain the Python code that needs to be run.