更新 GitHub Actions 工作流以检出另一个仓库
All checks were successful
/ check-out-another-repo (push) Successful in 5s
/ job1-harbor-bot (push) Successful in 8s
/ job2-harbor_username (push) Successful in 7s
/ hashFiles (push) Successful in 2s
/ go-hashfiles (push) Successful in 15s
/ job1 (push) Successful in 3s
/ job3 (push) Has been skipped
/ job2 (push) Successful in 1s
All checks were successful
/ check-out-another-repo (push) Successful in 5s
/ job1-harbor-bot (push) Successful in 8s
/ job2-harbor_username (push) Successful in 7s
/ hashFiles (push) Successful in 2s
/ go-hashfiles (push) Successful in 15s
/ job1 (push) Successful in 3s
/ job3 (push) Has been skipped
/ job2 (push) Successful in 1s
This commit is contained in:
3
.github/workflows/拉取另一个仓库.yaml
vendored
3
.github/workflows/拉取另一个仓库.yaml
vendored
@ -2,10 +2,11 @@ on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
check-out-another-repo:
|
||||
runs-on: ubuntu-arm64
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
repository: 'examples/vue-ts-example'
|
||||
ref: 'main'
|
||||
- run: ls -al
|
||||
|
Reference in New Issue
Block a user