mirror of
https://github.com/LeeGaoGao/ECC.git
synced 2026-07-23 19:43:11 +00:00
fix: preserve orchestration launcher compatibility
This commit is contained in:
@@ -39,7 +39,7 @@ function buildTemplateVariables(values) {
|
||||
const stringValue = String(value);
|
||||
const quotedValue = shellQuote(stringValue);
|
||||
|
||||
accumulator[key] = quotedValue;
|
||||
accumulator[key] = stringValue;
|
||||
accumulator[`${key}_raw`] = stringValue;
|
||||
accumulator[`${key}_sh`] = quotedValue;
|
||||
return accumulator;
|
||||
|
||||
Reference in New Issue
Block a user