vchrombie/wordle-github-contributions
Generates a monthly GitHub Contributions Wordle grid
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GH_USERNAME | Your GitHub Username | no | ${{ github.repository_owner }} |
| TITLE | Heading text to include in the output | no | GitHub Contributions Wordle |
| SHOW_MONTH | Include the month label in the output | no | True |
| OUTPUT_FILE | Optional file path to update (e.g. README.md) | no | "" |
| MARKER_START | Start marker used when updating OUTPUT_FILE | no | <!-- wordle-github:start --> |
| MARKER_END | End marker used when updating OUTPUT_FILE | no | <!-- wordle-github:end --> |
| SVG_FILE | Optional file path to save the SVG image | no | wordle-github-contributions.svg |
Outputs
| name | description |
|---|---|
| content | Markdown content for the Wordle grid |