posener/goreadme
Updates readme from Go doc
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Oct 18, 2024
- License
- MIT
Pinned Snippet
uses: posener/goreadme@4f46da46c138d7a18283dfe718b4ad91da0d63de # v1.4.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| readme-file | Name of readme file. | no | README.md |
| debug | Print Goreadme debug output. Set to any non empty value for true. | no | — |
| Email for commit message. | no | posener@gmail.com | |
| github-token | Github token for PR comments. Optional. | no | — |
| README_FILE | An optional alias which can be used instead of 'readme-file'. | no | — |
| GITHUB_TOKEN | An optional alias which can be used instead of 'github-token'. | no | — |
| import-path | Override package import path. | no | — |
| title | Override readme title. Default is package name. | no | — |
| godoc-url | Go Doc URL for GoDoc badge. | no | https://pkg.go.dev |
| recursive | Load docs recursively. | no | false |
| render-type-content | If 'types' is specified, render full type content. | no | false |
| constants | Write package constants section, and if 'types' is specified, also write per-type constants section. | no | false |
| variables | Write package variables section, and if 'types' is specified, also write per-type variables section. | no | false |
| functions | Write functions section. | no | false |
| types | Write types section. | no | false |
| factories | If 'types' is specified, write section for functions returning each type. | no | false |
| methods | If 'types' is specified, write section for methods for each type. | no | false |
| skip-examples | Skip the examples section. | no | false |
| skip-sub-packages | Skip the sub packages section. | no | false |
| badge-travisci | Show TravisCI badge. | no | false |
| badge-codecov | Show CodeCov badge. | no | false |
| badge-golangci | Show GolangCI badge. | no | false |
| badge-godoc | Show GoDoc badge. | no | false |
| badge-goreportcard | Show GoReportCard badge. | no | false |
| generated-notice | Add generated file notice (visible only in Markdown code). | no | false |
| credit | Add credit line. | no | true |
Outputs
no outputs