Releases: jannekem/run-python-script-action
Releases · jannekem/run-python-script-action
v1.7
Add set_summary utility
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
Node 12 will be out of support so upgrade the action runtime to Node 16. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Fix deprecated output handling
Switch to using environment files for outputs as described in https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update dependencies
Update dependencies:
- @actions/core: 1.2.6 -> 1.9.1
- @actions/exec: 1.0.4 -> 1.1.1
Add utility functions
- provide a set of utility functions to interact with the Actions workflow
Add error handling
- 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
Supports a single script
argument that should contain the Python code that needs to be run.