jvalkeal/Build Zoo Handler
Combination of a various concepts, checks and ideas for helping with build and release process
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ensure-commands | Checking a list commands which needs to exists on a path and failing otherwise | no | — |
| ensure-env | Checking a list env variables which needs to exist and failing otherwise | no | — |
| tag-release-username | Sets git user.name which will be used for git commands, required for tag-release feature | no | — |
| tag-release-useremail | Sets git user.email which will be used for git commands, required for tag-release feature | no | — |
| tag-release-branch | Branch name used to push a build sources, required for tag-release feature | no | — |
| tag-release-tag | Tag name used to tag a build sources, required for tag-release feature | no | — |
| tag-release-tag-prefix | Prefix for tag-release-tag, defaults to "v" | no | — |
| commit-changes-username | Sets git user.name which will be used for git commands | no | — |
| commit-changes-useremail | Sets git user.email which will be used for git commands | no | — |
| commit-changes-branch | Branch name used to commit changes | no | — |
| commit-changes-message | Message for git commit | no | — |
| pack-version | Buildpacks.io pack version to install | no | — |
| dispatch-handler-token | Github api token for operations | no | — |
| dispatch-handler-owner | Target repo owner of a distatch | no | — |
| dispatch-handler-repo | Target repo name of a dispatch | no | — |
| dispatch-handler-event-type | Repository dispatch event type, defaults to "build-zoo-handler" | no | — |
| dispatch-handler-client-payload-data | Action spesific payload data | no | — |
| dispatch-handler-ref | Workflow ref | no | — |
| dispatch-handler-workflow | Workflow id workflow file name | no | — |
| dispatch-handler-max | Maximum dispatch round trips, defaults to "10" | no | — |
| dispatch-handler-config | Action spesific dispatch control config | no | — |
| dispatch-handler-extract-context-properties | Extract zoo related context properties to environment, defaults to false | no | — |
Outputs
no outputs