yutkat/Bio to Markdown Table
Convert GitHub profile bio to markdown table format and replace placeholders
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| user | GitHub username to fetch bio for (defaults to GITHUB_ACTOR or REPOSITORY_OWNER) | no | — |
| github_token | GitHub token for API calls (optional, increases rate limits) | no | — |
| delimiter | Delimiter between entries in bio (whitespace around is ignored) | no | / |
| files | Files to update (comma-separated) | no | README.md |
| placeholder | Section name for markers (<!--START_SECTION:name--> / <!--END_SECTION:name-->) | no | github_profile_bio |
Outputs
| name | description |
|---|---|
| table | Generated markdown table |