Skip to content

Commit 20dc95a

Browse files
authored
fix: summary markdown format (#286)
1 parent 5efb24a commit 20dc95a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

evergreen.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ def main(): # pragma: no cover
7979

8080
# Setting up the action summary content
8181
summary_content = f"""
82-
## 🚀 Job Summary
83-
- **Organization:** {organization}
84-
- **Follow Up Type:** {follow_up_type}
85-
- **Dry Run:** {dry_run}
86-
- **Enable Security Updates:** {enable_security_updates}
82+
## 🚀 Job Summary
83+
- **Organization:** {organization}
84+
- **Follow Up Type:** {follow_up_type}
85+
- **Dry Run:** {dry_run}
86+
- **Enable Security Updates:** {enable_security_updates}
8787
"""
8888
# Add optional parameters to the summary
8989
if project_id:

0 commit comments

Comments
 (0)