You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/10 10:58:38 UTC

[camel-spring-boot] branch master updated: Added a relative path to github action

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ea5ece4  Added a relative path to github action
ea5ece4 is described below

commit ea5ece4498686e62a38ca1eb35d6dda0da4d9d20
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 10 11:57:51 2020 +0100

    Added a relative path to github action
---
 .github/workflows/automatic-sync-master.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index 25592e5..52bd147 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -31,6 +31,7 @@ jobs:
         with:
           repository: apache/camel
           ref: master
+          path: 'camel'
       - name: Set Up Java
         uses: actions/setup-java@v1
         with: