mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
在 action.yml 中新增 set -x 命令以启用调试模式
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user