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 3fa49ba  More tweeking of github actions.
3fa49ba is described below

commit 3fa49ba7416ab5704f6f3550647f7380ac481b8d
Author: Andrea Tarocchi <andrea.taroc...@gmail.com>
AuthorDate: Tue Feb 18 00:38:43 2020 +0100

    More tweeking of github actions.
---
 .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 7575bfe..7eadc9b 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -38,7 +38,6 @@ 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:
@@ -47,12 +46,11 @@ 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:
           token: ${{ secrets.GITHUB_TOKEN }}
-          branch:
+          branch: periodic-sync
           title: '[Github Actions] Periodic Sync Camel Spring Boot Master 
Branch'
           body: |
             Periodic Sync of Camel Spring Boot Master Branch with main Camel 
Master.

Reply via email to