Skip to content

Commit 8a585e8

Browse files
committed
🔧 fix(action): add debug step to show working directory and package.json
1 parent 80518ce commit 8a585e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ runs:
3838
# run: pnpm help
3939
# shell: bash
4040

41+
- name: Debug Show working directory and package.json
42+
run: |
43+
pwd && ls -al && cat package.json
44+
shell: bash
45+
4146
- name: Install dependencies
4247
run: pnpm install --frozen-lockfile --loglevel debug
4348
shell: bash

0 commit comments

Comments
 (0)