1
0
mirror of synced 2024-11-27 17:00:54 +01:00

fix: genlocale (#53)

This commit is contained in:
源文雨 2023-04-14 22:22:55 +08:00 committed by GitHub
parent b951bdb895
commit 107ea95f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,8 @@ jobs:
git add --all
git commit -m "🎨 同步 locale"
- name: Push changes
- name: Create Pull Request
if: ${{ !github.head_ref }}
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
continue-on-error: true
uses: peter-evans/create-pull-request@v4