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 07c35f69658 component-test - Try to force checkout ref
07c35f69658 is described below

commit 07c35f696582447e459295f4dea5f4c8aa727815
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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/pr-comment-main.yml 
b/.github/workflows/pr-comment-main.yml
index 281ed8c00dc..862e148a849 100644
--- a/.github/workflows/pr-comment-main.yml
+++ b/.github/workflows/pr-comment-main.yml
@@ -45,7 +45,6 @@ jobs:
       - uses: actions/checkout@v3
         with:
           ref: ${{ vars.sha }}
-          repository: ${{ github.event.issue.pull_request.head.repo.full_name 
}}
       - id: install-packages
         uses: ./.github/actions/install-packages
       - name: Set up JDK ${{ matrix.java }}

Reply via email to