This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch changelog-action in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/changelog-action by this push: new ec3f09b Attempt ec3f09b is described below commit ec3f09bca1908ab34eaba34b80f4c23888456d76 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 2 08:50:35 2020 +0200 Attempt --- .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 b764078..30122cd 100644 --- a/.github/workflows/automatic-changelog-update.yml +++ b/.github/workflows/automatic-changelog-update.yml @@ -61,4 +61,4 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git push origin master + git push origin changelog-action