From 13301aaddb704cfed0aad9f12fbcd25221f8bf32 Mon Sep 17 00:00:00 2001 From: Shandli Kamal <74612009+shandli123@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:49:01 +0530 Subject: [PATCH] Removed only automate flag --- setup-local/src/binaryControl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-local/src/binaryControl.js b/setup-local/src/binaryControl.js index 1be9329..a36cc9c 100644 --- a/setup-local/src/binaryControl.js +++ b/setup-local/src/binaryControl.js @@ -98,7 +98,7 @@ class BinaryControl { localTesting: binaryAction, } = this.stateForBinary; - let argsString = `--key ${key} --only-automate --ci-plugin GitHubAction `; + let argsString = `--key ${key} --ci-plugin GitHubAction `; switch (binaryAction) { case LOCAL_TESTING.START: {