releaser/composite: quote path to releaser.py (#27)

This commit is contained in:
Unai Martinez-Corral
2021-12-21 00:45:30 +01:00
committed by GitHub

View File

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