tbrockman/paint
A GitHub action to paint text in your contribution graph
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| text | Text to display on the contribution graph | yes | — |
| token | GitHub personal access token with access to create/delete repositories, push commits, and read user information | yes | — |
| user | GitHub username to generate contribution graph for | no | — |
| repo | Dummy GitHub repository to push the commits to | yes | — |
| visibility | Visibility of the dummy repository (public, private, internal, or visibility of the repository being painted to) | no | — |
| git_name | Name to use for the git commits (defaults to name found in the GitHub user profile of the associated token) | no | — |
| git_email | Email to use for the git commits (defaults to email found in the GitHub user profile of the associated token) | no | — |
| start | Start date for the contribution graph (YYYY-MM-DD, defaults to today - 1y. Start rounds to the previous sunday) | no | — |
| end | End date for the contribution graph (YYYY-MM-DD, defaults to today. End rounds to the next saturday) | no | — |
| force_date | Skip any date rounding and force the date range to be used for the contribution graph (YYYY-MM-DD to YYYY-MM-DD format) | no | — |
| separator | Separator for the contribution graph | no | | |
| inverse | Invert the color of the pixels on the contribution graph | no | false |
| repeat | Repeat the text on the contribution graph as many times as possible | no | false |
| valign | Vertical alignment of the text on the contribution graph (top, center, bottom) | no | center |
| halign | Horizontal alignment of the text on the contribution graph (left, center, right) | no | center |
| padding | Padding around the text on the contribution graph (in (top, right, bottom, left) format) | no | 0 0 0 0 |
| dry_run | Do not push any commits to the targeted repository | no | false |
Outputs
no outputs