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 a1112aa commit e422297Copy full SHA for e422297
.github/workflows/changelog_update.yml
@@ -27,9 +27,8 @@ jobs:
27
git config --local user.name ${{ secrets.AIDUDEZZZ_BOT_USER }}
28
git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' && echo "push=true" >> $GITHUB_ENV || echo "No changes to CHANGELOG.md"
29
- name: Push changes
30
- if: env.push == 'true'
31
- env:
32
- CI_USER: ${{ secrets.AIDUDEZZZ_BOT_USER }}
33
- CI_TOKEN: ${{ secrets.AIDUDEZZZ_BOT_TOKEN }}
34
- run: |
35
- git push "https://$CI_USER:[email protected]/$GITHUB_REPOSITORY.git" HEAD:dev
+ if: env.push == 'true'
+ uses: ad-m/github-push-action@master
+ with:
+ github_token: ${{ secrets.AIDUDEZZ_BOT_TOKEN }}
+ branch: dev
0 commit comments