mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50: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
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: /opt/hostedtoolcache
|
- run: ls -lha /opt/hostedtoolcache
|
||||||
run: |
|
- run: ls -lha /opt/hostedtoolcache/node/
|
||||||
set -x;
|
|
||||||
ls -lha /opt/hostedtoolcache
|
|
||||||
ls -lha /opt/hostedtoolcache/node/
|
|
Reference in New Issue
Block a user