Skip to content

Commit 8fe5df7

Browse files
authored
Update github/actions_workflow_jobs.go
1 parent 9d0b0ed commit 8fe5df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/actions_workflow_jobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type WorkflowJob struct {
3838
Name *string `json:"name,omitempty"`
3939
Steps []*TaskStep `json:"steps,omitempty"`
4040
CheckRunURL *string `json:"check_run_url,omitempty"`
41-
// Labels is runner labels from the `runs-on:` key from a GitHub Actions workflow
41+
// Labels represents runner labels from the `runs-on:` key from a GitHub Actions workflow.
4242
Labels []string `json:"labels,omitempty"`
4343
}
4444

0 commit comments

Comments
 (0)