mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-15 06:20:31 +08:00
fix: add missing token parameter for create-pull-request action in i18n-check workflow
This commit is contained in:
parent
b85aaa816e
commit
62b743fa20
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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user