Skip to content

Commit 98847e4

Browse files
authored
Update action.yml
1 parent f9fd736 commit 98847e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16-
- run: php ${{ github.action_path }}/run.php ${{ inputs.output_file }}
16+
- run: php ${{ github.action_path }}/run.php "${{ inputs.output_file }}"
1717
shell: bash

0 commit comments

Comments
 (0)