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

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


The following commit(s) were added to refs/heads/main by this push:
     new 327b6a1c7a3 (chores) ci: fixed reference to invalid Camel branch
327b6a1c7a3 is described below

commit 327b6a1c7a32ab6980293215108b98dc466b1c95
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
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