Skip to content

Commit c6c9fb2

Browse files
committed
(chores) ci: fixed results sable formatting
1 parent 76dff19 commit c6c9fb2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/component-pr.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ jobs:
111111
}
112112
}
113113
} else {
114-
message = `### Components tested:
115-
| Total | Tested | Failed :x: | Passed :white_check_mark: |
116-
| --- | --- | --- | --- |
117-
| ${total} | ${tested} | ${failures} | ${successes} |
118-
`
114+
message = `### Components tested:
115+
116+
| Total | Tested | Failed :x: | Passed :white_check_mark: |
117+
| --- | --- | --- | --- |
118+
| ${total} | ${tested} | ${failures} | ${successes} |`
119119
}
120120
121121
await github.rest.issues.createComment({

0 commit comments

Comments
 (0)