We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efb24a commit 20dc95aCopy full SHA for 20dc95a
evergreen.py
@@ -79,11 +79,11 @@ def main(): # pragma: no cover
79
80
# Setting up the action summary content
81
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}
+## 🚀 Job Summary
+- **Organization:** {organization}
+- **Follow Up Type:** {follow_up_type}
+- **Dry Run:** {dry_run}
+- **Enable Security Updates:** {enable_security_updates}
87
"""
88
# Add optional parameters to the summary
89
if project_id:
0 commit comments