MCPcopy Create free account
hub / github.com/cli/cli / ActionsFeatures

Struct ActionsFeatures

internal/featuredetection/feature_detection.go:167–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167type ActionsFeatures struct {
168 // DispatchRunDetails indicates whether the API supports the `return_run_details`
169 // field in workflow dispatches that, when set to true, will return the details
170 // of the created workflow run in the response (with status code 200).
171 //
172 // On older API versions (e.g. GHES 3.20 or earlier), this new field is not
173 // supported and setting it will cause an error.
174 DispatchRunDetails bool
175}
176
177type detector struct {
178 host string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected