We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fd736 commit 98847e4Copy full SHA for 98847e4
action.yml
@@ -13,5 +13,5 @@ inputs:
13
runs:
14
using: 'composite'
15
steps:
16
- - run: php ${{ github.action_path }}/run.php ${{ inputs.output_file }}
+ - run: php ${{ github.action_path }}/run.php "${{ inputs.output_file }}"
17
shell: bash
0 commit comments