mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-02 18:28:41 +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
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: main
|
||||
ref: master
|
||||
|
||||
- name: Update Changelog
|
||||
uses: stefanzweifel/changelog-updater-action@v1
|
||||
|
@ -26,6 +26,6 @@ jobs:
|
|||
- name: Commit updated CHANGELOG
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
branch: main
|
||||
branch: master
|
||||
commit_message: "docs: Update CHANGELOG"
|
||||
file_pattern: CHANGELOG.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue