Skip to content

Commit 9b5bf44

Browse files
committed
Update 2024A
1 parent 080685c commit 9b5bf44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gitlab-mirror.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Mirror + trigger CI
1111
uses: tkf2019/gitlab-mirror-and-ci-action@master
1212
with:
13-
args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/ucore-tutorial-code-2024s"
13+
args: "https://git.tsinghua.edu.cn/os-lab/2024a/public/ucore-tutorial-code-2024a"
1414
env:
1515
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
16-
GITLAB_PROJECT_ID: "29092"
17-
GITLAB_PROJECT_NAME: "ucore-tutorial-code-2024s"
16+
GITLAB_PROJECT_ID: "34735"
17+
GITLAB_PROJECT_NAME: "ucore-tutorial-code-2024a"
1818
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
1919
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)