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 2504b07 commit 3c2a2a5Copy full SHA for 3c2a2a5
.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/2024s/public/rcore-tutorial-code"
+ args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-code-2024s"
19
env:
20
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
21
GITLAB_PROJECT_ID: "29091"
22
- GITLAB_PROJECT_NAME: "rcore-tutorial-code"
+ GITLAB_PROJECT_NAME: "rcore-tutorial-code-2024s"
23
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
24
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments