mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-03 11:11:30 +08:00
workflow: fix CI branch
This commit is contained in:
parent
646c032e70
commit
41c27fe487
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-changelog.yml
vendored
4
.github/workflows/update-changelog.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: master
|
||||||
|
|
||||||
- name: Update Changelog
|
- name: Update Changelog
|
||||||
uses: stefanzweifel/changelog-updater-action@v1
|
uses: stefanzweifel/changelog-updater-action@v1
|
||||||
|
@ -26,6 +26,6 @@ jobs:
|
||||||
- name: Commit updated CHANGELOG
|
- name: Commit updated CHANGELOG
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
branch: main
|
branch: master
|
||||||
commit_message: "docs: Update CHANGELOG"
|
commit_message: "docs: Update CHANGELOG"
|
||||||
file_pattern: CHANGELOG.md
|
file_pattern: CHANGELOG.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue