Skip to content

Commit 173d070

Browse files
Remove \n from bot:peek workflow (#511)
* Remove \n from script * Update .github/workflows/post_peek_screenshot.yml Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 8250333 commit 173d070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post_peek_screenshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: success()
4848
env:
4949
OVERVIEW_IMG_MARKDOWN: ${{ fromJSON(steps.icons_overview_img_step.outputs.markdown_urls)[0] }}
50-
DETAILED_IMGS_MARKDOWN: ${{ join(fromJSON(steps.icons_detailed_img_step.outputs.markdown_urls), '\n') }}
50+
DETAILED_IMGS_MARKDOWN: ${{ join(fromJSON(steps.icons_detailed_img_step.outputs.markdown_urls), '') }}
5151
MESSAGE: |
5252
Hi there,
5353

0 commit comments

Comments
 (0)