From 1a16ea30974773718f3c3980034f5b03ce0bb74c Mon Sep 17 00:00:00 2001 From: Christopher Homberger Date: Sun, 23 Feb 2025 16:57:15 +0100 Subject: [PATCH] fix comment --- modules/structs/repo_actions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/structs/repo_actions.go b/modules/structs/repo_actions.go index b595d218ba..64d16bee18 100644 --- a/modules/structs/repo_actions.go +++ b/modules/structs/repo_actions.go @@ -97,7 +97,7 @@ type ActionArtifactsResponse struct { TotalCount int64 `json:"total_count"` } -// ActionWorkflowRun represents a WorkflowJob +// ActionWorkflowStep represents a step of a WorkflowJob type ActionWorkflowStep struct { Name string `json:"name"` Number int64 `json:"number"`