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

orpiske pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
     new efe1f60b9ce (chores) ci: fixed reference to invalid Camel branch
efe1f60b9ce is described below

commit efe1f60b9cefc87707dc033fe43c09ee363232ae
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jan 24 07:46:48 2023 +0100

    (chores) ci: fixed reference to invalid Camel branch
---
 .github/workflows/automatic-sync-camel-3.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-camel-3.yml 
b/.github/workflows/automatic-sync-camel-3.yml
index 56da5a82fae..e42899998b4 100644
--- a/.github/workflows/automatic-sync-camel-3.yml
+++ b/.github/workflows/automatic-sync-camel-3.yml
@@ -32,7 +32,7 @@ jobs:
         with:
           repository: apache/camel
           persist-credentials: false
-          ref: camel-spring-boot-3.x
+          ref: camel-3.x
           path: camel
       - name: Set up JDK
         uses: actions/setup-java@v3

Reply via email to