mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
refactor: 简化 GitHub Actions 工作流中的调试步骤
This commit is contained in:
7
.github/workflows/setup-node-environment.yml
vendored
7
.github/workflows/setup-node-environment.yml
vendored
@ -70,8 +70,5 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: /opt/hostedtoolcache
|
||||
run: |
|
||||
set -x;
|
||||
ls -lha /opt/hostedtoolcache
|
||||
ls -lha /opt/hostedtoolcache/node/
|
||||
- run: ls -lha /opt/hostedtoolcache
|
||||
- run: ls -lha /opt/hostedtoolcache/node/
|
Reference in New Issue
Block a user