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 23:47:53 UTC

[camel-spring-boot] branch master updated: Fixed reference to env var syntax for github actions.

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 0854e66  Fixed reference to env var syntax for github actions.
0854e66 is described below

commit 0854e66389c604c832c0955b01cd1812a26980d3
Author: Andrea Tarocchi <an...@gmail.com>
AuthorDate: Tue Feb 18 00:47:45 2020 +0100

    Fixed reference to env var syntax for github actions.
---
 .github/workflows/automatic-sync-master.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index 7eadc9b..d49bd96 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -38,6 +38,7 @@ jobs:
           java-version: 1.8
       - name: Build Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
+        working-directory: ${{ github.workspace }}/camel
       - name: Checkout
         uses: actions/checkout@v2
         with:
@@ -46,6 +47,7 @@ jobs:
           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: