kiaquila/Comet contribution graph
Render a cinematic comet contribution graph SVG for your GitHub profile README.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | GitHub login to render the graph for | yes | — |
| token | Token with 'contents:write' scope on the target repository (used to force-push the SVG branch). Default uses the Action's built-in GITHUB_TOKEN, which has contents:write on the current repo by default. For a cross-repo setup use a classic PAT with 'repo' scope or a fine-grained PAT with 'Contents: Read and write'. | no | ${{ github.token }} |
| reduced | Also emit a static comet-reduced.svg companion for prefers-reduced-motion fallback. | no | true |
| branch | Output branch. Force-pushed on every run. | no | comet-graph |
Outputs
no outputs