Skip to content

Commit

Permalink
Add quotes for args
Browse files Browse the repository at this point in the history
Signed-off-by: sailesh duddupudi <saileshradar@gmail.com>
  • Loading branch information
saileshd1402 committed Sep 29, 2024
1 parent bb00e73 commit 21c32ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-notebook-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ runs:
- name: Run Jupyter Notebook with Papermill
shell: bash
run: |
papermill ${{ inputs.notebook-input }} ${{ inputs.notebook-output }} --parameters_yaml ${{ inputs.papermill-args-yaml }}
papermill ${{ inputs.notebook-input }} ${{ inputs.notebook-output }} --parameters_yaml "${{ inputs.papermill-args-yaml }}"

0 comments on commit 21c32ee

Please sign in to comment.