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 6e4565b  Updated github action configuration to checkout version 2.
6e4565b is described below

commit 6e4565b947f0b19f7485085174bbad085a6dcc73
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Tue Feb 18 00:28:37 2020 +0100

    Updated github action configuration to checkout version 2.
---
 .github/workflows/automatic-sync-master.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-master.yml 
b/.github/workflows/automatic-sync-master.yml
index a6accd8..7575bfe 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -38,14 +38,16 @@ jobs:
           java-version: 1.8
       - name: Build Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
-        working-directory: /home/runner/work/camel-spring-boot/camel
+        working-directory: $GITHUB_WORKSPACE/camel
       - 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