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 ed048cd Automatic changelog: Remove deprecated github action commands ed048cd is described below commit ed048cdb90d3932cb2f307e852a08080f6513d02 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 22 08:47:55 2020 +0200 Automatic changelog: Remove deprecated github action commands Thanks @jamesnetherton for noticing this --- .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 db35e77..70d9586 100644 --- a/.github/workflows/automatic-changelog-update.yml +++ b/.github/workflows/automatic-changelog-update.yml @@ -43,7 +43,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' && echo ::set-env name=push::1 || echo "No changes to CHANGELOG.md" + git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && echo "push=1" >> $GITHUB_ENV || echo "No changes to CHANGELOG.md" - name: Push changes if: env.push == 1