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-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new 6790e76 Rebase gh action: last pass 6790e76 is described below commit 6790e76e82e17b60c917293a51c76664a4a7687d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Aug 25 14:19:06 2020 +0200 Rebase gh action: last pass --- .github/workflows/rebase-master-onto-camel-master.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rebase-master-onto-camel-master.yml b/.github/workflows/rebase-master-onto-camel-master.yml index d3056ac..87ce9ac 100644 --- a/.github/workflows/rebase-master-onto-camel-master.yml +++ b/.github/workflows/rebase-master-onto-camel-master.yml @@ -62,3 +62,7 @@ jobs: git rebase --abort fi ./mvnw verify -N -B -ntp -Pbuild-notification -Dstatus=${{ job.status }} -Dtoken=${{ secrets.GITHUB_TOKEN }} -DbuildId=$(cat ~/build-data/build-id.txt) -Drepo=${GITHUB_REPOSITORY} -Dbranch=camel-master -Dbranch-commit=$(cat ~/build-data/master-sha.txt) + - name: Sync branch Master to Camel Master + if: steps.report.outputs.overall_build_status == 'success' + run: | + git push --force-with-lease origin camel-master