fix comment

This commit is contained in:
Christopher Homberger 2025-02-23 16:57:15 +01:00
parent 271ad9f16f
commit 1a16ea3097

View File

@ -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"`