stoat-dev/Stoat Action
Supercharge your CI / CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT. | — | ${{ github.token }} |
| pr_branch_name | github pull request branch name | — | ${{ github.head_ref || github.ref_name }} |
| actual_sha | the commit pushed, not the commit post merge like github.sha | — | ${{ github.event.pull_request.head.sha || github.sha }} |
| run_attempt | A 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_status | current job status | — | ${{ job.status }} |
| run_matrix | Matrix of the current run | — | ${{ toJSON(matrix) }} |
Outputs
no outputs