We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52c4a4 commit 5ab7a68Copy full SHA for 5ab7a68
.github/workflows/test.yml
@@ -71,6 +71,8 @@ jobs:
71
- name: Debug
72
run: |
73
echo "${{ steps.get_nbs.outputs.notebooks }}"
74
+ echo "${{ fromJson(steps.get_nbs.outputs.notebooks) }}"
75
+ echo "${{ fromJson(steps.get_nbs.outputs.notebooks).length }}"
76
77
78
0 commit comments