jannekem/Run Python Script
Run a custom python snippet inside a workflow file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | Python script | yes | — |
| fail-on-error | Fail step if the return code from running the script is non-zero | no | true |
| util | Include utility functions | no | true |
Outputs
| name | description |
|---|---|
| stdout | Program stdout |
| stderr | Program stderr |
| error | A string of 'true' or 'false' that tells if there were errors, use in conjunction with the fail-on-error input |