mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update changelog.yml
This commit is contained in:
parent
19cd8f65f7
commit
ce2b13b1ae
1 changed files with 3 additions and 3 deletions
6
.github/workflows/changelog.yml
vendored
6
.github/workflows/changelog.yml
vendored
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue