ci: guard optional website installer file · openclaw/openclaw@852f88f
steipete
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -196,7 +196,10 @@ jobs:
|
196 | 196 | run: | |
197 | 197 | git config user.name "openclaw-installer-sync[bot]" |
198 | 198 | git config user.email "openclaw-installer-sync[bot]@users.noreply.github.com" |
199 | | - git add -A -- public/install.sh public/install-cli.sh public/install.ps1 public/install.cmd |
| 199 | + git add public/install.sh public/install-cli.sh public/install.ps1 |
| 200 | + if git ls-files --error-unmatch public/install.cmd >/dev/null 2>&1; then |
| 201 | + git add -u -- public/install.cmd |
| 202 | + fi |
200 | 203 | git commit -m "chore: sync installers from openclaw ${GITHUB_SHA::12}" |
201 | 204 | git pull --rebase origin main |
202 | 205 | git push origin HEAD:main |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。