hatsu38/ghtrack

Track GitHub Actions workflow run durations over time on gh-pages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub 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-branchBranch to which the per-run JSON files are pushed.nogh-pages
track-nameIdentifier 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

no outputs