diff --git a/releaser/composite/action.yml b/releaser/composite/action.yml index b1a0599..9ce4af2 100644 --- a/releaser/composite/action.yml +++ b/releaser/composite/action.yml @@ -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 }}