mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
更新 CI 工作流,修改 setup-node-pnpm-install 步骤的引用为 main 分支
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
another-job:
|
another-job:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: yanhao98/composite-actions/setup-node-pnpm-install
|
- uses: yanhao98/composite-actions/setup-node-pnpm-install@main
|
||||||
- name: Check Node and PNPM versions
|
- name: Check Node and PNPM versions
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
Reference in New Issue
Block a user