mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
更新 CI 工作流,移除 composite-actions 的具体版本并新增当前工作目录输出
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -6,9 +6,11 @@ jobs:
|
||||
another-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: yanhao98/composite-actions/setup-node-pnpm-install@b405146d7a0f29731128935fdfec0be07a9c7e99
|
||||
- uses: yanhao98/composite-actions/setup-node-pnpm-install
|
||||
- name: Check Node and PNPM versions
|
||||
run: |
|
||||
set -x
|
||||
node --version
|
||||
pnpm --version
|
||||
date
|
||||
date
|
||||
pwd
|
Reference in New Issue
Block a user