You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by va...@apache.org on 2020/02/17 21:16:33 UTC

[camel-spring-boot] branch master updated: tweeked github action checkout config.

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

valdar 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 34bad87  tweeked github action checkout config.
34bad87 is described below

commit 34bad876cf0aa12c0c106edbf2f96397e0f5abba
Author: Andrea Tarocchi <an...@gmail.com>
AuthorDate: Mon Feb 17 22:06:00 2020 +0100

    tweeked github action checkout config.
---
 .github/workflows/automatic-sync-master.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index 0453389..28fe03e 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -43,7 +43,7 @@ jobs:
         uses: actions/checkout@v1
         with:
           path: camel-spring-boot
-          ref: master
+          fetch-depth: 0
       - name: Set Up Java
         uses: actions/setup-java@v1
         with: