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 <[email protected]>
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: