在 action.yml 中新增 pwd 和 ls -al 命令以输出当前工作目录和列出目录内容

This commit is contained in:
严浩
2024-09-30 15:17:22 +08:00
parent 366ac7ccda
commit cb1b4a4eb5

View File

@ -29,6 +29,8 @@ runs:
run: |
node --version
pnpm --version
pwd
ls -al
# - name: 📦 Install Project Dependencies
# run: pnpm install --frozen-lockfile
# shell: bash