Skip to content

Commit

Permalink
Update gitlab-mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf2019 authored Feb 27, 2024
1 parent ae87bc0 commit 39c3284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Mirror + trigger CI
uses: tkf2019/gitlab-mirror-and-ci-action@master
with:
args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-test"
args: "https://git.tsinghua.edu.cn/os-lab/2024s/public/rcore-tutorial-test-2024s"
env:
GITLAB_HOSTNAME: "git.tsinghua.edu.cn"
GITLAB_PROJECT_ID: "29101"
GITLAB_PROJECT_NAME: "rcore-tutorial-test"
GITLAB_PROJECT_NAME: "rcore-tutorial-test-2024s"
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 39c3284

Please sign in to comment.