MCPcopy Create free account
hub / github.com/github/gh-aw / JobStepData

Struct JobStepData

pkg/cli/audit_report.go:126–130  ·  view source on GitHub ↗

JobStepData contains information about an individual workflow job step.

Source from the content-addressed store, hash-verified

124
125// JobStepData contains information about an individual workflow job step.
126type JobStepData struct {
127 Name string `json:"name"`
128 Status string `json:"status,omitempty"`
129 Conclusion string `json:"conclusion,omitempty"`
130}
131
132// FileInfo contains information about downloaded artifact files
133type FileInfo struct {

Callers 1

buildAuditDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected