We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271ad9f commit 1a16ea3Copy full SHA for 1a16ea3
modules/structs/repo_actions.go
@@ -97,7 +97,7 @@ type ActionArtifactsResponse struct {
97
TotalCount int64 `json:"total_count"`
98
}
99
100
-// ActionWorkflowRun represents a WorkflowJob
+// ActionWorkflowStep represents a step of a WorkflowJob
101
type ActionWorkflowStep struct {
102
Name string `json:"name"`
103
Number int64 `json:"number"`
0 commit comments