在 action.yml 中新增 set -x 命令以启用调试模式

This commit is contained in:
严浩
2024-09-30 15:17:52 +08:00
parent cb1b4a4eb5
commit 4a81a5f8a5

View File

@ -27,6 +27,7 @@ runs:
- name: Check Node and PNPM versions - name: Check Node and PNPM versions
shell: bash shell: bash
run: | run: |
set -x
node --version node --version
pnpm --version pnpm --version
pwd pwd