We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b951bdb commit 107ea95Copy full SHA for 107ea95
1 file changed
.github/workflows/genlocale.yml
@@ -26,9 +26,8 @@ jobs:
26
git add --all
27
git commit -m "🎨 同步 locale"
28
29
- - name: Push changes
+ - name: Create Pull Request
30
if: ${{ !github.head_ref }}
31
- uses: ad-m/github-push-action@master
32
- with:
33
- github_token: ${{ secrets.GITHUB_TOKEN }}
34
- branch: main
+ continue-on-error: true
+ uses: peter-evans/create-pull-request@v4
+
0 commit comments