mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update changelog.yml
This commit is contained in:
parent
94b4d2812c
commit
2484b2f335
1 changed files with 7 additions and 0 deletions
7
.github/workflows/changelog.yml
vendored
7
.github/workflows/changelog.yml
vendored
|
@ -38,3 +38,10 @@ jobs:
|
||||||
git add CHANGELOG.md
|
git add CHANGELOG.md
|
||||||
git commit -m "Update CHANGELOG.md 📖"
|
git commit -m "Update CHANGELOG.md 📖"
|
||||||
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git changelog
|
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git changelog
|
||||||
|
|
||||||
|
- name: Create Pull Request
|
||||||
|
id: cpr
|
||||||
|
uses: peter-evans/create-pull-request@v7
|
||||||
|
with:
|
||||||
|
title: 'Update CHANGELOG.md 📖'
|
||||||
|
branch: changelog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue