Revert "Update changelog.yml"

This reverts commit 2406fc7d12.
This commit is contained in:
Roman Kelesidis 2025-01-10 00:56:20 +07:00
commit d50490caca

View file

@ -32,8 +32,8 @@ jobs:
- name: Commit changelog
run: |
git checkout master
git config user.name '${{ github.actor }}'
git config user.email '${{ github.actor }}@users.noreply.github.com'
git config user.name 'belomaxorka'
git config user.email 'roman25052006.kelesh@gmail.com'
set +e
git add CHANGELOG.md
git commit -m "Update CHANGELOG.md 📖"