Skip to content

Commit e842a10

Browse files
committed
preview_comment.yaml: Fix "greater than" HTML entity
1 parent 4c4b163 commit e842a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview_comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if [[ -z "$md_change_list$par_change_list" ]] ; then
4646
comment="Preview of modified files: no change to preview."
4747
elif [[ $change_count -gt $file_limit ]] ; then
48-
comment="Preview of modified files: Too many files modified in a single PR, preview link list is skipped. ($change_count files &gth; $file_limit)"
48+
comment="Preview of modified files: Too many files modified in a single PR, preview link list is skipped. ($change_count files > $file_limit)"
4949
else
5050
comment="# Preview of modified files"
5151
if [[ -n "$md_change_list" ]]; then

0 commit comments

Comments
 (0)