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 d9bd5ec commit 993bd07Copy full SHA for 993bd07
.github/workflows/changelog_update.yml
@@ -23,9 +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
- env:
28
- CI_USER: ${{ secrets.AIDUDEZZZ_BOT_USER }}
29
- CI_TOKEN: ${{ secrets.AIDUDEZZZ_BOT_TOKEN }}
30
- run: |
31
- 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