Skip to content

Commit 1a16ea3

Browse files
committed
fix comment
1 parent 271ad9f commit 1a16ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/structs/repo_actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ type ActionArtifactsResponse struct {
9797
TotalCount int64 `json:"total_count"`
9898
}
9999

100-
// ActionWorkflowRun represents a WorkflowJob
100+
// ActionWorkflowStep represents a step of a WorkflowJob
101101
type ActionWorkflowStep struct {
102102
Name string `json:"name"`
103103
Number int64 `json:"number"`

0 commit comments

Comments
 (0)