Skip to content

Releases: jannekem/run-python-script-action

v1.8

Choose a tag to compare

@jannekem jannekem released this 27 Apr 18:41
9d8e2e0

What's Changed

Full Changelog: v1...v1.8

v1.7

Choose a tag to compare

@jannekem jannekem released this 28 Jan 17:55
bbfca66

What's Changed

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

Add set_summary utility

Choose a tag to compare

@jannekem jannekem released this 30 Jan 09:15
4a15c91

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

Choose a tag to compare

@jannekem jannekem released this 01 Nov 17:31
2f75b06

Fix deprecated output handling

Choose a tag to compare

@jannekem jannekem released this 27 Oct 16:15
24e5401

Update dependencies

Choose a tag to compare

@jannekem jannekem released this 22 Sep 19:21
2ff3092

Update dependencies:

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

Add utility functions

Choose a tag to compare

@jannekem jannekem released this 31 Jan 17:12
088ec07
  • provide a set of utility functions to interact with the Actions workflow

Add error handling

Choose a tag to compare

@jannekem jannekem released this 28 Jan 20:35
238d66a
  • 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

Choose a tag to compare

@jannekem jannekem released this 29 Oct 20:39

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