We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3153f15 commit 9059791Copy full SHA for 9059791
1 file changed
.github/workflows/build.yml
@@ -31,10 +31,10 @@ jobs:
31
- name: Mirror + trigger CI
32
uses: tkf2019/gitlab-mirror-and-ci-action@master
33
with:
34
- args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-code"
+ args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-code-2024s"
35
env:
36
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
37
GITLAB_PROJECT_ID: "29091"
38
- GITLAB_PROJECT_NAME: "rcore-tutorial-code"
+ GITLAB_PROJECT_NAME: "rcore-tutorial-code-2024s"
39
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
40
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments