Skip to content

Commit

Permalink
Fixed bulleted list
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Nov 29, 2024
1 parent 3b03c8c commit 63f434d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
filenames=$(echo "$changed_files" | rev | cut -d / -f 1 | rev | cut -d . -f 1)
urls=$(echo "$changed_files" | cut -d / -f 2- | sed -e "s ^ $build_url ")
left=$(yes "- [" | head -n $number_of__changed_files )
left=$(yes -- "- [" | head -n $number_of__changed_files )
middle=$(yes "](" | head -n $number_of__changed_files )
right=$(yes ")" | head -n $number_of__changed_files )
Expand Down

0 comments on commit 63f434d

Please sign in to comment.