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 3a97fe7 Changelog action: Update master directly
3a97fe7 is described below
commit 3a97fe712c6aa3f4baad0d8dcbd32ef44a68e0e9
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 2 09:04:55 2020 +0200
Changelog action: Update master directly
---
.github/workflows/automatic-changelog-update.yml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/automatic-changelog-update.yml
b/.github/workflows/automatic-changelog-update.yml
index 5785ac2..8b229f3 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -50,11 +50,6 @@ 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' && echo
::set-env name=push::1 || echo "No changes to CHANGELOG.md"
-
- - name: Push changes
- if: env.push == 1
- run: |
- git config --local user.email
"41898282+github-actions[bot]@users.noreply.github.com"
- git config --local user.name "github-actions[bot]"
+ git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md'
git push origin master
+