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-k.git
The following commit(s) were added to refs/heads/master by this push: new 0a99527 Automatic changelog: Remove deprecated github action commands (#1775) 0a99527 is described below commit 0a995276cd892f3bcf5d5e306337632c81fb1dd9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 22 08:48:57 2020 +0200 Automatic changelog: Remove deprecated github action commands (#1775) 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 b4de95f..d4cfa71 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