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 <[email protected]> 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({
