We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4478e16 commit 13301aaCopy full SHA for 13301aa
setup-local/src/binaryControl.js
@@ -98,7 +98,7 @@ class BinaryControl {
98
localTesting: binaryAction,
99
} = this.stateForBinary;
100
101
- let argsString = `--key ${key} --only-automate --ci-plugin GitHubAction `;
+ let argsString = `--key ${key} --ci-plugin GitHubAction `;
102
103
switch (binaryAction) {
104
case LOCAL_TESTING.START: {
0 commit comments