catalystcommunity/protoc-go-inject-tag

Uses [protoc-go-inject-tag](https://github.com/favadi/protoc-go-inject-tag) to inject struct tags into go structs generated by protoc

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 5, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: catalystcommunity/action-protoc-go-inject-tag@7d1cad26d50c192a692c98d6704037e283d7aa12 # v1.0.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
go-versionVersion of golang to useno~1.18
working-directoryDirectory to run the command fromno.
protoc-go-inject-tag-versionVersion of protoc-go-inject-tag to usenov1.4.0
filesComma separated list of file paths to run protoc-go-inject-tag onno*.pb.go
commitIf true, will commit the modified filesnotrue
commit-messagecommit message to use when pushing generated codenochore: injected tags into go structs
checkoutset to true to checkout the repository, set to false if you are checking out the repository before using this actionnotrue
refRef to checkoutno${{ github.head_ref }}
tokenGit token to useno${{ github.token }}

no outputs