added extra precaution relative path resolves correctly

This commit is contained in:
Surferlul 2023-10-13 19:22:31 +02:00
parent b670f7769e
commit 006c624e65

View File

@ -14,6 +14,6 @@ runs:
python-version: '3.12' python-version: '3.12'
# Optional - x64 or x86 architecture, defaults to x64 # Optional - x64 or x86 architecture, defaults to x64
architecture: '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 }}" "${{ github.workspace }}/${{ inputs.home-md-file}}"
shell: bash shell: bash