diff --git a/action.yml b/action.yml index d244544..5e0ed84 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,6 @@ runs: python-version: '3.12' # Optional - x64 or x86 architecture, defaults to x64 architecture: 'x64' - - run: python ${{ github.action_path }}/main.py ${{ github.workspace }} ${{ inputs.home-md-file}} + - run: python ${{ github.action_path }}/main.py "${{ github.workspace }}" "${{ inputs.home-md-file}}" shell: bash