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/02 07:10:29 UTC

[camel-kafka-connector] 01/02: Changelog action: push on master

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

commit 6ff8232ece97875c52328df1d04b51f44a5c3967
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 2 09:08:17 2020 +0200

    Changelog action: push on master
---
 .github/workflows/automatic-changelog-update.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index 8b229f3..ae80fba 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -50,6 +50,7 @@ jobs:
         run: |
           git config --local user.email "$CI_EMAIL"
           git config --local user.name "$CI_USER"
-          git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md'
+          git add CHANGELOG.md 
+          git commit -m 'Updated CHANGELOG.md'
           git push origin master