File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 gitlab-mirror :
11- if : github.repository == 'LearningOS/rCore-Tutorial-Code-2024A '
11+ if : github.repository == 'LearningOS/rCore-Tutorial-Code-2025S '
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v1
1515 - name : Mirror + trigger CI
1616 uses : tkf2019/gitlab-mirror-and-ci-action@master
1717 with :
18- args : " https://git.tsinghua.edu.cn/os-lab/2024a /public/rcore-tutorial-code-2024a "
18+ args : " https://git.tsinghua.edu.cn/os-lab/2025s /public/rcore-tutorial-code-2025S "
1919 env :
2020 GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
2121 GITLAB_PROJECT_ID : " 34689"
22- GITLAB_PROJECT_NAME : " rcore-tutorial-code-2024a "
22+ GITLAB_PROJECT_NAME : " rcore-tutorial-code-2025a "
2323 GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
2424 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments