Change gitlab user

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-03 20:43:31 +02:00
parent 7f7cef31f9
commit 18837d814d
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ export interface GiteaRepoWithMirrors extends GiteaRepo {
const GITEA_BASE = "https://git.hadi.icu";
const GITEA_USER = "anotherhadi";
const GITHUB_USER = "anotherhadi";
const GITLAB_USER = "anotherhadi";
const GITLAB_USER = "anotherhadi_mirror";
async function checkMirrors(repoName: string): Promise<RepoMirrors> {
const mirrors: RepoMirrors = {};