更新 GitHub Actions 工作流以检出另一个仓库
This commit is contained in:
3
.github/workflows/拉取另一个仓库.yaml
vendored
3
.github/workflows/拉取另一个仓库.yaml
vendored
@@ -2,10 +2,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check-out-another-repo:
|
||||||
runs-on: ubuntu-arm64
|
runs-on: ubuntu-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
repository: 'examples/vue-ts-example'
|
repository: 'examples/vue-ts-example'
|
||||||
|
ref: 'main'
|
||||||
- run: ls -al
|
- run: ls -al
|
||||||
|
Reference in New Issue
Block a user