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 7a935ba commit 0fba8afCopy full SHA for 0fba8af
action.yml
@@ -41,7 +41,7 @@ runs:
41
shell: bash
42
43
- name: Generating documentation...
44
- run: composer global exec phpdocmd ${{ env.GENERATOR_TMP_FILES_PATH }}/structure.xml {{ inputs.output_path }}
+ run: composer global exec phpdocmd ${{ env.GENERATOR_TMP_FILES_PATH }}/structure.xml ${{ inputs.output_path }}
45
46
47
- name: Uninstalling evert/phpdoc-md...
0 commit comments