austenstone/GitHub Python Script

Run Python scripts with access to GitHub API and workflow context

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
scriptThe Python script to runyes
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
result-encodingThe encoding to use for the result (json or string)nojson
retriesNumber of times to retry failed requestsno0
retry-exempt-status-codesComma-separated list of status codes to exempt from retriesno400,401,403,404,422
base-urlBase URL for GitHub API (for GitHub Enterprise)no
python-versionPython version to useno3.x
namedescription
resultThe return value of the script, encoded as specified by result-encoding