posener/posener/goaction
Creates action files for Go code
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to main Go main package. | yes | . |
| name | Override action name, the default name is the package name. | no | — |
| desc | Override action description, the default description is the package synopsis. | no | — |
| image | Override Docker image to run the action with (See https://hub.docker.com/_/golang?tab=tags). | no | golang:1.14.2-alpine3.11 |
| install | Comma separated list of requirements to 'apk add'. | no | — |
| icon | Set branding icon. (See options at https://feathericons.com). | no | — |
| color | Set branding color. (white, yellow, blue, green, orange, red, purple or gray-dark). | no | — |
| Email for commit message. | no | posener@gmail.com | |
| GITHUB_TOKEN | Github token for PR comments. Optional. | no | — |
Outputs
no outputs