Skip to content

Commit

Permalink
Remove \n from bot:peek workflow (devicons#511)
Browse files Browse the repository at this point in the history
* Remove \n from script

* Update .github/workflows/post_peek_screenshot.yml

Co-authored-by: David Leal <[email protected]>

Co-authored-by: David Leal <[email protected]>
  • Loading branch information
Thomas-Boi and Panquesito7 authored Feb 23, 2021
1 parent 8250333 commit 173d070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_peek_screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: success()
env:
OVERVIEW_IMG_MARKDOWN: ${{ fromJSON(steps.icons_overview_img_step.outputs.markdown_urls)[0] }}
DETAILED_IMGS_MARKDOWN: ${{ join(fromJSON(steps.icons_detailed_img_step.outputs.markdown_urls), '\n') }}
DETAILED_IMGS_MARKDOWN: ${{ join(fromJSON(steps.icons_detailed_img_step.outputs.markdown_urls), '') }}
MESSAGE: |
Hi there,
Expand Down

0 comments on commit 173d070

Please sign in to comment.