You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/18 11:32:22 UTC

[camel] 17/21: (chores) ci: fixed results sable formatting

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 72238c566987c23af3a36c6ded480803b8c83b97
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Oct 13 14:19:13 2022 +0200

    (chores) ci: fixed results sable formatting
---
 .github/workflows/component-pr.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml
index f619150dbf3..3d5b93b4501 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -106,11 +106,11 @@ jobs:
                 }
               }
             } else {
-              message = `### Components tested: 
-                    | Total | Tested | Failed :x: | Passed :white_check_mark: | 
-                    | --- | --- | --- |  --- |
-                    | ${total} | ${tested} | ${failures} | ${successes} | 
-                    `
+              message = `### Components tested:
+            
+            | Total | Tested | Failed :x: | Passed :white_check_mark: | 
+            | --- | --- | --- |  --- |
+            | ${total} | ${tested} | ${failures} | ${successes} |`
             }
 
             await github.rest.issues.createComment({