hatsu38/ghtrack
Track GitHub Actions workflow run durations over time on gh-pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to read workflow run / job data and to push the collected JSON to the gh-pages branch. Default uses the workflow's GITHUB_TOKEN. The token must have `contents: write` permission to push. | no | ${{ github.token }} |
| gh-pages-branch | Branch to which the per-run JSON files are pushed. | no | gh-pages |
| track-name | Identifier used as the directory name under `data/`. Must match `[a-zA-Z0-9._-]+`. When omitted, the workflow file basename (without the `.yml` / `.yaml` extension) is used. Set this when you need to separate tracks that share a workflow file (e.g., matrix shards or environments). | no | — |
Outputs
no outputs