We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71df96 commit b2d94c5Copy full SHA for b2d94c5
.github/workflows/changelog_update.yml
@@ -23,8 +23,8 @@ jobs:
23
git config --local user.name ${{ secrets.AIDUDEZZZ_BOT_USER }}
24
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && echo "push=true" >> $GITHUB_ENV || echo "No changes to CHANGELOG.md"
25
- name: Push changes
26
- if: env.push == 'true'
27
- uses: ad-m/github-push-action@master
28
- with:
29
- github_token: ${{ secrets.AIDUDEZZ_BOT_TOKEN }}
30
- branch: dev
+ if: env.push == 'true'
+ uses: ad-m/github-push-action@master
+ with:
+ github_token: ${{ secrets.AIDUDEZZ_BOT_TOKEN }}
+ branch: dev
0 commit comments