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 de609a4 commit b102ffbCopy full SHA for b102ffb
.github/workflows/build.yml
@@ -15,10 +15,10 @@ jobs:
15
- name: Mirror + trigger CI
16
uses: tkf2019/gitlab-mirror-and-ci-action@master
17
with:
18
- 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"
19
env:
20
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
21
GITLAB_PROJECT_ID: "34689"
22
- GITLAB_PROJECT_NAME: "rcore-tutorial-code-2025a"
+ GITLAB_PROJECT_NAME: "rcore-tutorial-code-2025S"
23
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
24
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments