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 37f919e commit 080685cCopy full SHA for 080685c
.github/workflows/gitlab-mirror.yml
@@ -10,10 +10,10 @@ jobs:
10
- name: Mirror + trigger CI
11
uses: tkf2019/gitlab-mirror-and-ci-action@master
12
with:
13
- args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/ucore-tutorial-code"
+ args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/ucore-tutorial-code-2024s"
14
env:
15
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
16
GITLAB_PROJECT_ID: "29092"
17
- GITLAB_PROJECT_NAME: "ucore-tutorial-code"
+ GITLAB_PROJECT_NAME: "ucore-tutorial-code-2024s"
18
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
19
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments