Skip to content

Commit 0040b84

Browse files
authored
Update get_workflow_runs_from_github.go
1 parent c6e03f6 commit 0040b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/metrics/get_workflow_runs_from_github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func getRelevantFields(repo string, run *github.WorkflowRun) []string {
4848
return result
4949
}
5050

51-
// getWorkflowRunsFromGithub - return informations and status about a worflow
51+
// getWorkflowRunsFromGithub - return informations and status about a workflow
5252
func getWorkflowRunsFromGithub() {
5353
for {
5454
for _, repo := range config.Github.Repositories.Value() {

0 commit comments

Comments
 (0)