ci: fix website installer sync git add · openclaw/openclaw@3de5979
steipete
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -196,7 +196,7 @@ 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 public/install.sh public/install-cli.sh public/install.ps1 public/install.cmd |
| 199 | + git add -A -- public/install.sh public/install-cli.sh public/install.ps1 public/install.cmd |
200 | 200 | git commit -m "chore: sync installers from openclaw ${GITHUB_SHA::12}" |
201 | 201 | git pull --rebase origin main |
202 | 202 | git push origin HEAD:main |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。