stoat-dev/Stoat Action

Supercharge your CI / CD pipelines

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a repo scoped PAT.${{ github.token }}
pr_branch_namegithub pull request branch name${{ github.head_ref || github.ref_name }}
actual_shathe commit pushed, not the commit post merge like github.sha${{ github.event.pull_request.head.sha || github.sha }}
run_attemptA unique number for each attempt of a particular workflow run in a repository. This number begins at 1 for the workflow run's first attempt, and increments with each re-run.${{ github.run_attempt }}
job_statuscurrent job status${{ job.status }}
run_matrixMatrix of the current run${{ toJSON(matrix) }}

no outputs