fix ch4_trace1: change test addr: 0x7fff_ffff_ffff_ffff should never … #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror and run GitLab CI | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Mirror + trigger CI | |
uses: tkf2019/gitlab-mirror-and-ci-action@master | |
with: | |
args: "https://git.tsinghua.edu.cn/os-lab/2025S/public/rcore-tutorial-test-2025S" | |
env: | |
GITLAB_HOSTNAME: "git.tsinghua.edu.cn" | |
GITLAB_PROJECT_ID: "37680" | |
GITLAB_PROJECT_NAME: "rcore-tutorial-test-2025S" | |
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}} | |
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |