File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 95
95
npx render-docs \
96
96
${{ inputs.source-path }} \
97
97
${{ inputs.target-path }} \
98
- ${{ inputs.exclude-pattern && format('--exclude {0}', inputs.exclude-pattern) || '' }} \
98
+ ${{ inputs.exclude-pattern && format('--exclude " {0}" ', inputs.exclude-pattern) || '' }} \
99
99
${{ inputs.include-cpp == true && '--include-cpp' || '' }} \
100
100
${{ inputs.show-access-modifiers == true && '--show-access-modifiers' || '' }} \
101
101
${{ inputs.access-level && format('--access-level {0}', inputs.access-level) || '' }} \
Original file line number Diff line number Diff line change 73
73
npx render-docs \
74
74
${{ inputs.source-path }} \
75
75
${{ inputs.target-path }} \
76
- ${{ inputs.exclude-pattern && format('--exclude {0}', inputs.exclude-pattern) || '' }} \
76
+ ${{ inputs.exclude-pattern && format('--exclude " {0}" ', inputs.exclude-pattern) || '' }} \
77
77
${{ inputs.include-cpp == 'true' && '--include-cpp' || '' }} \
78
78
${{ inputs.show-access-modifiers == 'true' && '--show-access-modifiers' || '' }} \
79
79
${{ inputs.access-level && format('--access-level {0}', inputs.access-level) || '' }} \
You can’t perform that action at this time.
0 commit comments