From 7ed0fede7ff15c5c289f43f5aa338e7410d851e2 Mon Sep 17 00:00:00 2001 From: chrheg Date: Tue, 10 Dec 2024 13:19:34 +0100 Subject: [PATCH] fix: summary markdown format --- evergreen.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/evergreen.py b/evergreen.py index 7c41baa..30ae7db 100644 --- a/evergreen.py +++ b/evergreen.py @@ -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: