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 18778fb Update github actions to make camel build 18778fb is described below commit 18778fb71f9dbec04a79829a226784312b5aaaf7 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 11 09:23:26 2020 +0100 Update github actions to make camel build --- .github/workflows/automatic-sync-master.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml index bde5161..82d2cab 100644 --- a/.github/workflows/automatic-sync-master.yml +++ b/.github/workflows/automatic-sync-master.yml @@ -37,11 +37,7 @@ jobs: with: java-version: 1.8 - name: Build Project - run: ./mvnw clean install -DskipTests - sync: - runs-on: ubuntu-latest - steps: - # Note: checkout@v2 seems to break the pull-request action hence v1 is used + run: ./camel/mvnw clean install -DskipTests - name: Checkout uses: actions/checkout@v1 with: