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 <[email protected]>
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/[email protected]
+        uses: peter-evans/create-pull-request@v3
         with:
+          author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
           token: ${{ secrets.GITHUB_TOKEN }}
           branch: automatic-periodic-sync
           title: '[Github Actions] Periodic Sync Camel Karaf Master Branch'

Reply via email to