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 3b7f58b commit 0b9beecCopy full SHA for 0b9beec
index.js
@@ -16,7 +16,7 @@ function installSFDX(){
16
exec(download+' && '+createDir+' && '+unzip+' && '+install, function(error, stdout, stderr){
17
if(error) throw(stderr)
18
console.log(stdout)
19
- createAuthFile()
+ if(core.getInput('sfdx-auth-url')) createAuthFile()
20
})
21
}
22
0 commit comments