From 3de5979bdc8e4e9e9d3fee446eaab53cad2ff605 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 13 May 2026 13:31:39 +0100 Subject: [PATCH] ci: fix website installer sync git add --- .github/workflows/website-installer-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-installer-sync.yml b/.github/workflows/website-installer-sync.yml index b8858a0996f..5ac559b3c2e 100644 --- a/.github/workflows/website-installer-sync.yml +++ b/.github/workflows/website-installer-sync.yml @@ -196,7 +196,7 @@ jobs: run: | git config user.name "openclaw-installer-sync[bot]" git config user.email "openclaw-installer-sync[bot]@users.noreply.github.com" - git add public/install.sh public/install-cli.sh public/install.ps1 public/install.cmd + git add -A -- public/install.sh public/install-cli.sh public/install.ps1 public/install.cmd git commit -m "chore: sync installers from openclaw ${GITHUB_SHA::12}" git pull --rebase origin main git push origin HEAD:main