File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 steps :
4242 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343 with :
44- persist-credentials : false
44+ persist-credentials : true
4545 submodules : true
4646
47+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+ with :
49+ repository : voidzero-dev/vite-task
50+ path : vite-task1
51+
4752 # - name: Configure Git to use GITHUB_TOKEN for Cargo
4853 # run: git config --global url."https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf "https://github.com/"
4954
5560 - run : rustup target add x86_64-unknown-linux-musl
5661 if : ${{ matrix.os == 'ubuntu-latest' }}
5762
58- - run : git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/voidzero-dev/vite-task.git
63+ - run : git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/voidzero-dev/vite-task.git vite-task2
5964 - run : cargo check --verbose --all-targets --all-features
6065 env :
6166 RUSTFLAGS : ' -D warnings --cfg tokio_unstable' # also update .cargo/config.toml
You can’t perform that action at this time.
0 commit comments