mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 04:57:09 +02:00
ci: fix plugin update smoke quoting
This commit is contained in:
@@ -206,7 +206,7 @@ node --input-type=module <<'NODE'
|
||||
shasum: record.shasum
|
||||
};
|
||||
if (JSON.stringify(before) !== JSON.stringify(after)) {
|
||||
throw new Error("plugin install record changed unexpectedly: " + JSON.stringify({ before, after }));
|
||||
throw new Error(\"plugin install record changed unexpectedly: \" + JSON.stringify({ before, after }));
|
||||
}
|
||||
NODE
|
||||
if grep -q 'Downloading @example/lossless-claw' /tmp/plugin-update-output.log; then
|
||||
|
||||
Reference in New Issue
Block a user