Skip to content

Commit 0fba8af

Browse files
committed
Syntax error fix
1 parent 7a935ba commit 0fba8af

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
@@ -41,7 +41,7 @@ runs:
4141
shell: bash
4242

4343
- name: Generating documentation...
44-
run: composer global exec phpdocmd ${{ env.GENERATOR_TMP_FILES_PATH }}/structure.xml {{ inputs.output_path }}
44+
run: composer global exec phpdocmd ${{ env.GENERATOR_TMP_FILES_PATH }}/structure.xml ${{ inputs.output_path }}
4545
shell: bash
4646

4747
- name: Uninstalling evert/phpdoc-md...

0 commit comments

Comments
 (0)