cherninlab/generate-breakout-game-from-github-contribution-grid
Generates a breakout game animation from a github user contributions grid.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_user_name | GitHub username | yes | — |
| github_token | GitHub token used to fetch the contribution calendar. Defaults to the action token if empty. | no | ${{ github.token }} |
| svg_out_path | Output path for the light mode SVG file | yes | — |
| svg_dark_out_path | Output path for the dark mode SVG file | yes | — |
Outputs
| name | description |
|---|---|
| svg_path | Path to the generated light mode SVG file |
| svg_dark_path | Path to the generated dark mode SVG file |