Skip to content

Commit

Permalink
try " instead of '
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Dec 18, 2023
1 parent 9f6eaf3 commit 7ea1e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ runs:
echo "`reporter` should be set to `sarif` or `checkstyle`"
exit 1
fi
DIKTAT_ARGS+=('--output' '${report_file}')
DIKTAT_ARGS+=('--output' "${report_file}")
if [[ '${{ inputs.debug }}' == 'true' ]]
then
Expand Down

0 comments on commit 7ea1e03

Please sign in to comment.