Skip to content

Commit

Permalink
fix: summary markdown format (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrheg authored Dec 10, 2024
1 parent 5efb24a commit 20dc95a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions evergreen.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ def main(): # pragma: no cover

# Setting up the action summary content
summary_content = f"""
## 🚀 Job Summary
- **Organization:** {organization}
- **Follow Up Type:** {follow_up_type}
- **Dry Run:** {dry_run}
- **Enable Security Updates:** {enable_security_updates}
## 🚀 Job Summary
- **Organization:** {organization}
- **Follow Up Type:** {follow_up_type}
- **Dry Run:** {dry_run}
- **Enable Security Updates:** {enable_security_updates}
"""
# Add optional parameters to the summary
if project_id:
Expand Down

0 comments on commit 20dc95a

Please sign in to comment.