mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-04 04:12:11 +02:00
Change gitlab user
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user