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 a7bc2f0  Fixed github action path and schedule time: once per day at 
midnight
a7bc2f0 is described below

commit a7bc2f0b5d8f9427f9d72b024ff32f1e264f6a0e
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Tue Feb 18 01:45:12 2020 +0100

    Fixed github action path and schedule time: once per day at midnight
---
 .github/workflows/automatic-sync-master.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/automatic-sync-master.yml 
b/.github/workflows/automatic-sync-master.yml
index d49bd96..c48d026 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -20,7 +20,7 @@ name: Sync Camel Spring Boot Master Branch
 on:
   schedule:
     # Run every 10 minutes
-    - cron:  '10 * * * *'
+    - cron:  '0 0 * * *'
 jobs:
   build:
     name: Sync Camel Spring Boot Master Branch
@@ -42,12 +42,10 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v2
         with:
-          path: camel-spring-boot
           ref: master
           fetch-depth: 0
       - name: Build Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
-        working-directory: ${{ github.workspace }}/camel-spring-boot
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v2.4.1
         with:

Reply via email to