Skip to content

Commit 107ea95

Browse files
authored
fix: genlocale (#53)
1 parent b951bdb commit 107ea95

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/genlocale.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
git add --all
2727
git commit -m "🎨 同步 locale"
2828
29-
- name: Push changes
29+
- name: Create Pull Request
3030
if: ${{ !github.head_ref }}
31-
uses: ad-m/github-push-action@master
32-
with:
33-
github_token: ${{ secrets.GITHUB_TOKEN }}
34-
branch: main
31+
continue-on-error: true
32+
uses: peter-evans/create-pull-request@v4
33+

0 commit comments

Comments
 (0)