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 6fac345  (chores) ci: fixed a missing escape char on the comment script
6fac345 is described below

commit 6fac3459da9968a909e4f0924572d790cb99ca9b
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Apr 1 11:26:52 2022 +0200

    (chores) ci: fixed a missing escape char on the comment script
---
 .github/workflows/component-pr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/component-pr.yaml 
b/.github/workflows/component-pr.yaml
index 475374d..9f4b435 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -93,5 +93,5 @@ jobs:
               owner: context.repo.owner,
               repo: context.repo.repo,
               issue_number: issue_number,
-              body: "${{ env.result }}
+              body: "${{ env.result }}"
             });

Reply via email to