Skip to content

Commit

Permalink
Update github/actions_workflow_jobs.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Sep 24, 2021
1 parent 9d0b0ed commit 8fe5df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/actions_workflow_jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type WorkflowJob struct {
Name *string `json:"name,omitempty"`
Steps []*TaskStep `json:"steps,omitempty"`
CheckRunURL *string `json:"check_run_url,omitempty"`
// 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.
Labels []string `json:"labels,omitempty"`
}

Expand Down

0 comments on commit 8fe5df7

Please sign in to comment.