Skip to content

Commit

Permalink
Automatic changelog: Remove deprecated github action commands
Browse files Browse the repository at this point in the history
Thanks @jamesnetherton for noticing this
  • Loading branch information
oscerd committed Oct 22, 2020
1 parent 3028006 commit 1e268ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-changelog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e268ca

Please sign in to comment.