ranxi2001/Star History CI
Generate star-history SVGs and publish stable light/dark URLs from an output branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repos | Comma-separated owner/repo list. Defaults to the repository that runs the workflow. | no | ${{ github.repository }} |
| token | PAT owned by a repository admin or collaborator and used to read stargazer data. | yes | — |
| github-token | GitHub token used to publish the generated SVGs to the output branch. | no | ${{ github.token }} |
| output-dir | Temporary directory where rendered SVGs are written before publishing. | no | star-history |
| publish-branch | Branch that will host the generated SVG files. | no | output |
| file-prefix | Stable SVG filename prefix. | no | star-history |
| type | Chart mode passed to the renderer. Usually Date or Timeline. | no | Date |
| themes | Comma-separated themes to render. | no | light,dark |
| width | SVG width in pixels. | no | 800 |
| force-orphan | Whether to publish the output branch as an orphan branch. | no | true |
Outputs
| name | description |
|---|---|
| light | Relative path to the stable light SVG. |
| dark | Relative path to the stable dark SVG. |
| light_url | Raw GitHub URL for the stable light SVG. |
| dark_url | Raw GitHub URL for the stable dark SVG. |
| files | Newline-separated list of stable SVG paths. |