Update changelog.yml

This commit is contained in:
Roman Kelesidis 2025-01-09 18:32:06 +07:00
commit ce2b13b1ae

View file

@ -31,9 +31,9 @@ jobs:
- name: Commit Changelog - name: Commit Changelog
run: | run: |
git checkout master git checkout master
git config user.name 'github-actions[bot]' git config user.name 'belomaxorka'
git config user.email 'github-actions[bot]@users.noreply.github.com' git config user.email 'roman25052006.kelesh@gmail.com'
set +e set +e
git add CHANGELOG.md git add CHANGELOG.md
git commit -m "Update CHANGELOG.md 📖" git commit -m "Update CHANGELOG.md 📖"
git push https://github.com/${{ github.repository }}.git HEAD:master git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git <branch>