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 8
8
9
9
jobs :
10
10
gitlab-mirror :
11
- if : github.repository == 'LearningOS/rCore-Tutorial-Code-2024A '
11
+ if : github.repository == 'LearningOS/rCore-Tutorial-Code-2025S '
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v1
15
15
- name : Mirror + trigger CI
16
16
uses : tkf2019/gitlab-mirror-and-ci-action@master
17
17
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 "
19
19
env :
20
20
GITLAB_HOSTNAME : " git.tsinghua.edu.cn"
21
21
GITLAB_PROJECT_ID : " 34689"
22
- GITLAB_PROJECT_NAME : " rcore-tutorial-code-2024a "
22
+ GITLAB_PROJECT_NAME : " rcore-tutorial-code-2025a "
23
23
GITLAB_PROJECT_TOKEN : ${{secrets.GITLAB_PROJECT_TOKEN}}
24
24
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments