From 39c3284aca1689c3872d5be07c5ba33cea6dce41 Mon Sep 17 00:00:00 2001 From: TKF <60510632+tkf2019@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:12:15 +0800 Subject: [PATCH] Update gitlab-mirror.yml --- .github/workflows/gitlab-mirror.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml index 4e1aca3..7285eb7 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -12,10 +12,10 @@ jobs: - name: Mirror + trigger CI uses: tkf2019/gitlab-mirror-and-ci-action@master with: - args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-test" + args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-test-2024s" env: GITLAB_HOSTNAME: "git.tsinghua.edu.cn" GITLAB_PROJECT_ID: "29101" - GITLAB_PROJECT_NAME: "rcore-tutorial-test" + GITLAB_PROJECT_NAME: "rcore-tutorial-test-2024s" GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}} - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}