chore(v2): fix prettier formatting (#3714)

This commit is contained in:
Sébastien Lorber 2020-11-09 17:25:25 +01:00 committed by GitHub
parent 8c9f9487d6
commit 9a1ba739ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,9 @@ export default async function deploy(
const nonSshRemoteBranch: string = `https://${gitCredentials}@${githubHost}/${organizationName}/${projectName}.git`;
const remoteBranch =
useSSH && useSSH.toLowerCase() === 'true' ? sshRemoteBranch : nonSshRemoteBranch;
useSSH && useSSH.toLowerCase() === 'true'
? sshRemoteBranch
: nonSshRemoteBranch;
// Check if this is a cross-repo publish.
const currentRepoUrl = shell