releaser/composite: quote path to releaser.py

Fixes #26
This commit is contained in:
jeremyd2019
2021-12-20 14:45:07 -08:00
committed by GitHub
parent 7c406d96e7
commit aec2613cd1

View File

@@ -48,7 +48,7 @@ runs:
run: pip install PyGithub --progress-bar off run: pip install PyGithub --progress-bar off
- shell: bash - shell: bash
run: ${{ github.action_path }}/../releaser.py run: '''${{ github.action_path }}/../releaser.py'''
env: env:
INPUT_TOKEN: ${{ inputs.token }} INPUT_TOKEN: ${{ inputs.token }}
INPUT_FILES: ${{ inputs.files }} INPUT_FILES: ${{ inputs.files }}