Skip to content

Commit

Permalink
Update for 2025S
Browse files Browse the repository at this point in the history
  • Loading branch information
rcy17 committed Jan 24, 2025
1 parent 8e121ff commit 166b5a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/2024a/ta/ucore-tutorial-checker-2024a"
args: "https://git.tsinghua.edu.cn/os-lab/2025s/ta/ucore-tutorial-checker-2025s"
env:
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
GITLAB_PROJECT_ID: "34734"
GITLAB_PROJECT_NAME: "ucore-tutorial-checker-2024a"
GITLAB_PROJECT_ID: "37676"
GITLAB_PROJECT_NAME: "uCore-Tutorial-Checker-2025S"
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 166b5a4

Please sign in to comment.