Skip to content

Commit 0b9beec

Browse files
authored
Update index.js
1 parent 3b7f58b commit 0b9beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function installSFDX(){
1616
exec(download+' && '+createDir+' && '+unzip+' && '+install, function(error, stdout, stderr){
1717
if(error) throw(stderr)
1818
console.log(stdout)
19-
createAuthFile()
19+
if(core.getInput('sfdx-auth-url')) createAuthFile()
2020
})
2121
}
2222

0 commit comments

Comments
 (0)