Skip to content

Commit

Permalink
corrected syntax error in changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
veds12 authored and KelvinYang0320 committed Dec 2, 2022
1 parent 993bd07 commit b0e155e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/changelog_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
git config --local user.name ${{ secrets.AIDUDEZZZ_BOT_USER }}
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && echo "push=true" >> $GITHUB_ENV || echo "No changes to CHANGELOG.md"
- name: Push changes
if: env.push == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.AIDUDEZZ_BOT_TOKEN }}
branch: dev
if: env.push == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.AIDUDEZZ_BOT_TOKEN }}
branch: dev

0 comments on commit b0e155e

Please sign in to comment.