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 3534b1d Build the sync PR on master and not on camel-master
3534b1d is described below
commit 3534b1ddfe4ec98b414c7e05e63534e56b8f5e4d
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Apr 7 15:03:57 2021 +0200
Build the sync PR on master and not on camel-master
---
.github/workflows/automatic-sync-camel-master.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/automatic-sync-camel-master.yml
b/.github/workflows/automatic-sync-camel-master.yml
index 7d0df2d..232a513 100644
--- a/.github/workflows/automatic-sync-camel-master.yml
+++ b/.github/workflows/automatic-sync-camel-master.yml
@@ -27,7 +27,7 @@ on:
workflow_dispatch:
jobs:
build:
- name: Sync Camel Kafka Connector camel-master Branch
+ name: Sync Camel Kafka Connector master Branch with latest Camel master
runs-on: ubuntu-latest
strategy:
matrix:
@@ -59,7 +59,7 @@ jobs:
- name: Checkout camel-kafka-connector project
uses: actions/checkout@v2
with:
- ref: camel-master
+ ref: master
fetch-depth: 0
# first command builds the source check module,
- name: build tools