Skip to content

Commit 13301aa

Browse files
authored
Removed only automate flag
1 parent 4478e16 commit 13301aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-local/src/binaryControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class BinaryControl {
9898
localTesting: binaryAction,
9999
} = this.stateForBinary;
100100

101-
let argsString = `--key ${key} --only-automate --ci-plugin GitHubAction `;
101+
let argsString = `--key ${key} --ci-plugin GitHubAction `;
102102

103103
switch (binaryAction) {
104104
case LOCAL_TESTING.START: {

0 commit comments

Comments
 (0)