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 4c4b163 commit e842a10Copy full SHA for e842a10
.github/workflows/preview_comment.yaml
@@ -45,7 +45,7 @@ jobs:
45
if [[ -z "$md_change_list$par_change_list" ]] ; then
46
comment="Preview of modified files: no change to preview."
47
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 >h; $file_limit)"
+ comment="Preview of modified files: Too many files modified in a single PR, preview link list is skipped. ($change_count files > $file_limit)"
49
else
50
comment="# Preview of modified files"
51
if [[ -n "$md_change_list" ]]; then
0 commit comments