leoweyr/GitHub Profile Readme Postprocessor Action
Automatically update your GitHub profile README with your recent activity and repository insights using a local Go server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| readme_template_path | Path to the README template file. | no | template/README.md |
| github_token | GitHub Token for API access | yes | — |
| sort_latest_activity_blocks | Whether to sort the LATEST_ACTIVITY blocks in descending order by timestamp. | no | false |
| tasks | JSON list of tasks. Each task defines an anchor, endpoint, and specific params. Example: [{"anchor": "<!-- REPOS -->", "endpoint": "/v1/contributed-repositories/markdown", "params": {"limit_count": 5}}] | no | [ { "anchor": "<!-- SUPPORT_INFO -->", "endpoint": "/v1/support/markdown", "params": {} }, { "anchor": "<!-- CONTRIBUTED_REPOS -->", "endpoint": "/v1/contributed-repositories/markdown", "params": {} } ] |
Outputs
no outputs