mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
parent
2406fc7d12
commit
d50490caca
1 changed files with 2 additions and 2 deletions
4
.github/workflows/changelog.yml
vendored
4
.github/workflows/changelog.yml
vendored
|
@ -32,8 +32,8 @@ jobs:
|
||||||
- name: Commit changelog
|
- name: Commit changelog
|
||||||
run: |
|
run: |
|
||||||
git checkout master
|
git checkout master
|
||||||
git config user.name '${{ github.actor }}'
|
git config user.name 'belomaxorka'
|
||||||
git config user.email '${{ github.actor }}@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 📖"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue