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 9d0b0ed commit 8fe5df7Copy full SHA for 8fe5df7
github/actions_workflow_jobs.go
@@ -38,7 +38,7 @@ type WorkflowJob struct {
38
Name *string `json:"name,omitempty"`
39
Steps []*TaskStep `json:"steps,omitempty"`
40
CheckRunURL *string `json:"check_run_url,omitempty"`
41
- // Labels is runner labels from the `runs-on:` key from a GitHub Actions workflow
+ // Labels represents runner labels from the `runs-on:` key from a GitHub Actions workflow.
42
Labels []string `json:"labels,omitempty"`
43
}
44
0 commit comments