updated username again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2023-07-05 20:33:08 -04:00
parent fff1e4bb8b
commit 14b8198851
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ async function completelyCreateEvent(
): Promise<string> {
const owner = process.env.PR_OWNER;
const repoName = process.env.PR_REPONAME;
const httpAddr = `https://git.csclub.uwaterloo.ca/${owner}/${repoName}`;
const httpAddr = `https://git@csclub.uwaterloo.ca:${owner}/${repoName}`;
const tmpFolderPath = await cloneRepo(httpAddr);
const branchName = await createAndPublishNewBranch(tmpFolderPath, prTitle);
const repoPosterLink = copyPoster(posterLink, tmpFolderPath);