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/08 05:52:02 UTC

[camel-kafka-connector] branch master updated: Fixed comment in the automatic changelog 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-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new c26a551  Fixed comment in the automatic changelog gh action
c26a551 is described below

commit c26a551672e9c67216900dc4debbe041f512057a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 07:51:54 2020 +0200

    Fixed comment in the automatic changelog gh action
---
 .github/workflows/automatic-changelog-update.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index 1205698..eb05f3c 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -19,7 +19,7 @@ name: Changelog
 
 on:
   schedule:
-    # Run every hour
+    # Run at 3 during night
     - cron:  '0 3 * * *'
 
 jobs: