https -> http

releases/v3 v4
Lee SangMin 2023-07-11 10:19:46 +09:00
parent 77a8952a0f
commit 2cd15c0459
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module.exports = new (class Git {
// Update the origin
if (githubToken) {
await this.updateOrigin(`https://x-access-token:${githubToken}@${gitUrl}/${GITHUB_REPOSITORY}.git`)
await this.updateOrigin(`http://x-access-token:${githubToken}@${gitUrl}/${GITHUB_REPOSITORY}.git`)
}
}