mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-02-07 06:02:49 +08:00
fix: genlocale (#53)
This commit is contained in:
parent
b951bdb895
commit
107ea95f94
9
.github/workflows/genlocale.yml
vendored
9
.github/workflows/genlocale.yml
vendored
@ -26,9 +26,8 @@ jobs:
|
|||||||
git add --all
|
git add --all
|
||||||
git commit -m "🎨 同步 locale"
|
git commit -m "🎨 同步 locale"
|
||||||
|
|
||||||
- name: Push changes
|
- name: Create Pull Request
|
||||||
if: ${{ !github.head_ref }}
|
if: ${{ !github.head_ref }}
|
||||||
uses: ad-m/github-push-action@master
|
continue-on-error: true
|
||||||
with:
|
uses: peter-evans/create-pull-request@v4
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
branch: main
|
|
||||||
|
Loading…
Reference in New Issue
Block a user