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

nfilotto 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 5bae1d09155 component-test - Fix reference to branch
5bae1d09155 is described below

commit 5bae1d091552faedd1484ed20f3e099e2cb28c29
Author: Nicolas Filotto <nfilo...@talend.com>
AuthorDate: Tue May 30 23:49:00 2023 +0200

    component-test - Fix reference to branch
---
 .github/workflows/pr-comment-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-comment-main.yml 
b/.github/workflows/pr-comment-main.yml
index 29e6f4d4473..f7bd3629eda 100644
--- a/.github/workflows/pr-comment-main.yml
+++ b/.github/workflows/pr-comment-main.yml
@@ -52,7 +52,7 @@ jobs:
             core.exportVariable('pr_ref', pr.data.head.ref)
       - uses: actions/checkout@v3
         with:
-          ref: ${{ pr_ref }}
+          ref: $pr_ref
           repository: ${{ github.event.issue.pull_request.head.repo.full_name 
}}
       - id: install-packages
         uses: ./.github/actions/install-packages

Reply via email to