Skip to content

Commit 5bab894

Browse files
authored
Merge pull request #35 from Tarasovych/patch-1
Update get_workflow_runs_from_github.go
2 parents 2ab39ee + 0040b84 commit 5bab894

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)