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:50:20 UTC

[camel-k-runtime] branch master updated: Fixed comment in 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-k-runtime.git


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

commit f5d9acd6c222179fc2fb04661a9e99f55a70f9ac
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 07:50:13 2020 +0200

    Fixed comment in 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..314d7e3 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 the night
     - cron:  '0 3 * * *'
 
 jobs: