We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d045b commit 053fda1Copy full SHA for 053fda1
.github/workflows/build.yml
@@ -32,10 +32,10 @@ jobs:
32
- name: Mirror + trigger CI
33
uses: tkf2019/gitlab-mirror-and-ci-action@master
34
with:
35
- args: "https://git.tsinghua.edu.cn/os-lab/2025s/public/rcore-tutorial-code-2025s"
+ args: "https://git.tsinghua.edu.cn/os-lab/2025S/public/rcore-tutorial-code-2025S"
36
env:
37
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
38
GITLAB_PROJECT_ID: "34689"
39
- GITLAB_PROJECT_NAME: "rcore-tutorial-code-2025s"
+ GITLAB_PROJECT_NAME: "rcore-tutorial-code-2025S"
40
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
41
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments