Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 958be2d

Browse files
committed
fix: notebook validate job had unnessary positional argument
Signed-off-by: Emilio Garcia <i.am.emilio@gmail.com>
1 parent d853480 commit 958be2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/validate-notebooks/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ runs:
1616
run: pip install nbformat
1717
- name: Validate Notebooks
1818
shell: bash
19-
run: python ${{ github.action_path }}/validate.py $notebook_paths ${{ inputs.path }}
19+
run: python ${{ github.action_path }}/validate.py ${{ inputs.path }}

0 commit comments

Comments
 (0)