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 88a3459e9f6a528de276c6bd3323db7d8826115d
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..52c606776ce 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: ${{ env.pr_sha }}
       - id: install-packages
         uses: ./.github/actions/install-packages
       - name: Set up JDK ${{ matrix.java }}

Reply via email to