You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/18 05:54:49 UTC

[camel-karaf] branch master updated: Fixed sync gh action

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-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new bfa8459  Fixed sync gh action
bfa8459 is described below

commit bfa8459cc3082f189c3c1869a6ba3321694a6ebc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 18 06:54:31 2020 +0100

    Fixed sync gh action
---
 .github/workflows/automatic-sync-master.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-master.yml b/.github/workflows/automatic-sync-master.yml
index fd6f43a..8cfa094 100644
--- a/.github/workflows/automatic-sync-master.yml
+++ b/.github/workflows/automatic-sync-master.yml
@@ -47,8 +47,9 @@ jobs:
       - name: Build Camel-karaf Project
         run: ./mvnw -V --no-transfer-progress clean install -DskipTests
       - name: Create Pull Request
-        uses: peter-evans/create-pull-request@v2.4.1
+        uses: peter-evans/create-pull-request@v3
         with:
+          author: github-actions[bot] <41...@users.noreply.github.com>
           token: ${{ secrets.GITHUB_TOKEN }}
           branch: automatic-periodic-sync
           title: '[Github Actions] Periodic Sync Camel Karaf Master Branch'