From 9176d5b9a620cd4b15562af953d6da53c64a09d4 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 7 Jun 2025 12:21:20 +0700 Subject: [PATCH] feat: update gitlab url --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index ba13162..798ccf2 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -58,7 +58,7 @@ jobs: - name: Mirror to GitLab (tiennm99) run: | # Add GitLab remote for tiennm99 - git remote add gitlab-tiennm99 git@gitlab.com:tiennm99/tiennm99.github.io.git + git remote add gitlab-tiennm99 git@gitlab.com:tiennm99/tiennm99.gitlab.io.git # Fetch from GitLab to get information about the default branch git fetch gitlab-tiennm99