Skip to content

Commit 3c2a2a5

Browse files
authored
Update build.yml
1 parent 2504b07 commit 3c2a2a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
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/2024s/public/rcore-tutorial-code"
18+
args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-code-2024s"
1919
env:
2020
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
2121
GITLAB_PROJECT_ID: "29091"
22-
GITLAB_PROJECT_NAME: "rcore-tutorial-code"
22+
GITLAB_PROJECT_NAME: "rcore-tutorial-code-2024s"
2323
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
24-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
24+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)