mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update changelog.yml
This commit is contained in:
parent
04249391cc
commit
63508ab786
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:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: master
|
ref: master
|
||||||
token: ${{ secrets.REPO_TOKEN }}
|
# token: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
- name: Generate a changelog
|
- name: Generate a changelog
|
||||||
uses: orhun/git-cliff-action@v4
|
uses: orhun/git-cliff-action@v4
|
||||||
|
@ -32,8 +32,8 @@ jobs:
|
||||||
- name: Commit changelog
|
- name: Commit changelog
|
||||||
run: |
|
run: |
|
||||||
git checkout master
|
git checkout master
|
||||||
git config user.name 'belomaxorka'
|
git config user.name 'Exileum'
|
||||||
git config user.email 'roman25052006.kelesh@gmail.com'
|
git config user.email 'exileum@icloud.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