Skip to content

Commit 7ea1e03

Browse files
committed
try " instead of '
1 parent 9f6eaf3 commit 7ea1e03

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
@@ -108,7 +108,7 @@ runs:
108108
echo "`reporter` should be set to `sarif` or `checkstyle`"
109109
exit 1
110110
fi
111-
DIKTAT_ARGS+=('--output' '${report_file}')
111+
DIKTAT_ARGS+=('--output' "${report_file}")
112112
113113
if [[ '${{ inputs.debug }}' == 'true' ]]
114114
then

0 commit comments

Comments
 (0)