airman416/RepoOG — Generate OG Image
Generate a beautiful Open Graph image for your site using RepoOG
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- None
Pinned Snippet
uses: airman416/repoog-action@de01e230244e0eddc1107fba9297fcec99350267 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | GitHub repo (owner/repo). Defaults to current repo. | no | ${{ github.repository }} |
| url | Site URL to auto-scrape title/description from | no | — |
| template | Template: auto, immersive, boldtype, editorial, default | no | auto |
| title | Override title (skips auto-scraping) | no | — |
| description | Override description | no | — |
| site | Site label (e.g. mysite.com) shown on the image | no | — |
| output | Output path for the PNG file | no | public/og-image.png |
| repoog_url | RepoOG service URL | no | https://repoog.fly.dev |
| gemini_key | Gemini API key for AI-generated backgrounds (optional) | no | — |
| bust | Force regenerate image (bypass cache) | no | false |
Outputs
| name | description |
|---|---|
| image_path | Path to the generated PNG |