Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 30, 2024
1 parent ae5bac3 commit e9bcc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def generate_simplified_summary_report(summary):
if not jobs:
print("No jobs found for the current workflow run.")
else:
summary = summarize_issues(jobs, WORKFLOW_RUN_ID
summary = summarize_issues(jobs, WORKFLOW_RUN_ID)
report = generate_simplified_summary_report(summary)

# Save the report to a file
Expand Down

0 comments on commit e9bcc31

Please sign in to comment.