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

commit 5ae94d910e0165e0e13b8064d9d79624fc2584dc
Author: Nicolas Filotto <nfilo...@talend.com>
AuthorDate: Wed May 31 00:29:53 2023 +0200

    component-test - Try to force checkout ref
---
 .github/workflows/pr-comment-main.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/pr-comment-main.yml 
b/.github/workflows/pr-comment-main.yml
index 281ed8c00dc..0e0c10f277a 100644
--- a/.github/workflows/pr-comment-main.yml
+++ b/.github/workflows/pr-comment-main.yml
@@ -44,8 +44,7 @@ jobs:
             core.exportVariable('pr_sha', pr.data.head.sha)
       - uses: actions/checkout@v3
         with:
-          ref: ${{ vars.sha }}
-          repository: ${{ github.event.issue.pull_request.head.repo.full_name 
}}
+          ref: ${{ vars.pr_sha }}
       - id: install-packages
         uses: ./.github/actions/install-packages
       - name: Set up JDK ${{ matrix.java }}

Reply via email to