You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/05/30 22:37:45 UTC

[camel] branch main updated (07c35f69658 -> 5ae94d910e0)

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

nfilotto pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 07c35f69658 component-test - Try to force checkout ref
     new 5ae94d910e0 component-test - Try to force checkout ref

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (07c35f69658)
            \
             N -- N -- N   refs/heads/main (5ae94d910e0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/pr-comment-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel] 01/01: component-test - Try to force checkout ref

Posted by nf...@apache.org.
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 <nf...@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 }}