Skip to content

Commit 5ab7a68

Browse files
try again
1 parent d52c4a4 commit 5ab7a68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
- name: Debug
7272
run: |
7373
echo "${{ steps.get_nbs.outputs.notebooks }}"
74+
echo "${{ fromJson(steps.get_nbs.outputs.notebooks) }}"
75+
echo "${{ fromJson(steps.get_nbs.outputs.notebooks).length }}"
7476
7577
7678

0 commit comments

Comments
 (0)