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 899a2b7 commit 45df417Copy full SHA for 45df417
index.js
@@ -27,7 +27,7 @@ function createAuthFile(){
27
}
28
29
function authSFDX(){
30
- var params = '--setdefaultdevhubusername -a SFDX-ENV'
+ var params = '--setdefaultdevhubusername --setdefaultusername -a SFDX-ENV'
31
exec('sfdx/bin/sfdx auth:sfdxurl:store -f /tmp/sfdx_auth.txt '+params, function(error, stdout, stderr){
32
if(error) throw(stderr)
33
core.debug(stdout)
0 commit comments