mirror of https://github.com/openclaw/openclaw.git
fix(ci): skip repo-wide hooks for locale refresh commits
This commit is contained in:
parent
043d9d370f
commit
7a14967f8e
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue