mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
在 action.yml 中新增 pwd 和 ls -al 命令以输出当前工作目录和列出目录内容
This commit is contained in:
@ -29,6 +29,8 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
node --version
|
node --version
|
||||||
pnpm --version
|
pnpm --version
|
||||||
|
pwd
|
||||||
|
ls -al
|
||||||
# - name: 📦 Install Project Dependencies
|
# - name: 📦 Install Project Dependencies
|
||||||
# run: pnpm install --frozen-lockfile
|
# run: pnpm install --frozen-lockfile
|
||||||
# shell: bash
|
# shell: bash
|
Reference in New Issue
Block a user