IMPORTANT: Developer documentation for the current development branch. This content is unreleased, may change without notice, and must not be treated as Buildish release documentation.
Harness shim builtin payload types
Small runtime payloads used by the harness shim to emulate GitHub and other tools.
Small runtime payloads used by the harness shim to emulate GitHub and other tools.
Back to the reference overview.
Type index
- HarnessBuiltinGhRefMutationPayload — Synthetic GitHub tag-ref mutation payload consumed by the harness shim.
HarnessBuiltinGhRefMutationPayload
Synthetic GitHub tag-ref mutation payload consumed by the harness shim.
- category:
runtime - ownership:
runtime-derived - schema file:
harness-builtin-gh-ref-mutation-payload.schema.json - audience:
internal - stability:
stable - file contract: (inner type)
| Field | Type | Required | Description |
|---|---|---|---|
ref |
str | no | Git ref name observed or created during the related operation. |
sha |
str | no | Git object SHA associated with one synthetic harness GitHub ref mutation payload. |