This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new c6c9fb22198 (chores) ci: fixed results sable formatting
c6c9fb22198 is described below
commit c6c9fb22198e6b4ee4448c73878a3dc0b436159c
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 b425ee08557..46c775b6881 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -111,11 +111,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({