neal1iu/PB Go Action
Generate Go code from Protobuf IDL files and push to target GitHub repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to the config file relative to workspace root | no | .pb-go-action.yml |
| github_token | GitHub token with write access to target repositories | yes | — |
| changed_files | Newline-separated list of changed .proto file paths (relative to workspace root). If not provided, the action will auto-detect changes using git diff. | no | "" |
| git_user_name | Git user name for commits to target repositories | no | PB Go Action |
| git_user_email | Git user email for commits to target repositories | no | pb-go-action[bot]@users.noreply.github.com |
Outputs
no outputs