mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
fix: add missing token parameter for create-pull-request action in i18n-check workflow
This commit is contained in:
1
.github/workflows/i18n-check.yaml
vendored
1
.github/workflows/i18n-check.yaml
vendored
@@ -44,6 +44,7 @@ jobs:
|
||||
if: |
|
||||
always() && (hashFiles('i18n-missing/*.txt') != '')
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: "chore(i18n): report missing translation keys"
|
||||
title: "chore(i18n): report missing translation keys"
|
||||
body: |
|
||||
|
||||
Reference in New Issue
Block a user