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/09/04 14:29:13 UTC

[camel-kafka-connector] branch camel-master updated: Fixed syntax of gh action

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-master by this push:
     new 6b026d0  Fixed syntax of gh action
6b026d0 is described below

commit 6b026d0705468801d559ce8e41e1ad091e35be57
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 4 16:28:43 2020 +0200

    Fixed syntax of gh action
---
 .github/workflows/automatic-sync-camel-master.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/automatic-sync-camel-master.yml b/.github/workflows/automatic-sync-camel-master.yml
index fa8b255..8a3b949 100644
--- a/.github/workflows/automatic-sync-camel-master.yml
+++ b/.github/workflows/automatic-sync-camel-master.yml
@@ -15,13 +15,13 @@
 # limitations under the License.
 #
 
--name: Sync Camel Kafka Connector camel-master Branch
+name: Sync Camel Kafka Connector camel-master Branch
 
--on:
+on:
   schedule:
     # Run at 2 AM every day
     - cron:  '* * * * *'
--jobs:
+jobs:
   build:
     name: Sync Camel Kafka Connector camel-master Branch
     runs-on: ubuntu-latest