mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
parent
63508ab786
commit
8b0566d80a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/changelog.yml
vendored
6
.github/workflows/changelog.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
ref: master
|
||||
# token: ${{ secrets.REPO_TOKEN }}
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
- name: Generate a changelog
|
||||
uses: orhun/git-cliff-action@v4
|
||||
|
@ -32,8 +32,8 @@ jobs:
|
|||
- name: Commit changelog
|
||||
run: |
|
||||
git checkout master
|
||||
git config user.name 'Exileum'
|
||||
git config user.email 'exileum@icloud.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 📖"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue