Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Oct 9, 2023
1 parent 87e2da7 commit 225166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def tidy_version(version):
for workflow in workflows or []:
runs = list(workflow.get_runs())
if runs and len(runs) > 0:
gf.build_badges.append(anybadge.Badge(workflow.name, run[0].conclusion))
gf.build_badges.append(anybadge.Badge(workflow.name, runs[0].conclusion))

# Codepoints

Expand Down

0 comments on commit 225166a

Please sign in to comment.