qte77/Contribution Graph ASCII

Write ASCII text on your GitHub contribution graph with interference compensation.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 19, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: qte77/gha-contribution-ascii@3d2ab2896dc69710aa96753207e7d86fed847ad0 # v2.3.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
TEXTASCII text to render via built-in font. Ignored when BITMAP is set.no""
BITMAPRaw bitmap: 7 comma-separated rows of 0/1 (e.g. '01110,11111,01110'). Overrides TEXT.no""
TOKENGitHub token. Defaults to GITHUB_TOKEN (contents:write).""
INTENSITYFallback commit count when COMPENSATE is off. When on, auto-computed from your max.4
MAX_TARGETCap target_count to prevent runaway escalation across repeated dispatches. Empty/0 = uncapped.""
INVERSEInvert colors (dark=high intensity). Helps with existing contributions.false
START_DATEStart date for rendering (YYYY-MM-DD). Default: today, adjusted to Sunday.""
COMPENSATEQuery existing contributions and adjust commit counts.true
DRY_RUNPreview bitmap and commit plan without pushing.false

no outputs