mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 19:33:13 +02:00
fix(ci): skip repo-wide hooks for locale refresh commits
This commit is contained in:
@@ -73,5 +73,5 @@ jobs:
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git add ui/src/i18n package.json scripts/control-ui-i18n.ts
|
||||
git commit -m "chore(ui): refresh control UI locale files"
|
||||
FAST_COMMIT=1 git commit -m "chore(ui): refresh control UI locale files"
|
||||
git push origin HEAD:"${TARGET_BRANCH}"
|
||||
|
||||
Reference in New Issue
Block a user