actions-marketplace-validations/Contribution Graph ASCII
Write ASCII text on your GitHub contribution graph with interference compensation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 12, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/qte77_gha-contribution-ascii@9e50513e6d2e9ef786138d5be29de580b6dd5c86 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| TEXT | ASCII text to render via built-in font. Ignored when BITMAP is set. | no | "" |
| BITMAP | Raw bitmap: 7 comma-separated rows of 0/1 (e.g. '01110,11111,01110'). Overrides TEXT. | no | "" |
| TOKEN | GitHub token. Defaults to GITHUB_TOKEN (contents:write). | — | "" |
| INTENSITY | Fallback commit count when COMPENSATE is off. When on, auto-computed from your max. | — | 4 |
| INVERSE | Invert colors (dark=high intensity). Helps with existing contributions. | — | false |
| START_DATE | Start date for rendering (YYYY-MM-DD). Default: today, adjusted to Sunday. | — | "" |
| COMPENSATE | Query existing contributions and adjust commit counts. | — | true |
| DRY_RUN | Preview bitmap and commit plan without pushing. | — | false |
Outputs
no outputs