mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
在 action.yml 中新增 actions/checkout@main 步骤以支持代码检出
Some checks failed
/ another-job (push) Failing after 7s
Some checks failed
/ another-job (push) Failing after 7s
This commit is contained in:
@ -16,6 +16,7 @@ description: 'Setup Node + PNPM + Install Dependencies'
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
|
Reference in New Issue
Block a user