mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
在 action.yml 中新增 set -x 命令以启用调试模式
This commit is contained in:
@ -27,6 +27,7 @@ runs:
|
||||
- name: Check Node and PNPM versions
|
||||
shell: bash
|
||||
run: |
|
||||
set -x
|
||||
node --version
|
||||
pnpm --version
|
||||
pwd
|
||||
|
Reference in New Issue
Block a user