We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8250333 commit 173d070Copy full SHA for 173d070
1 file changed
.github/workflows/post_peek_screenshot.yml
@@ -47,7 +47,7 @@ jobs:
47
if: success()
48
env:
49
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') }}
+ DETAILED_IMGS_MARKDOWN: ${{ join(fromJSON(steps.icons_detailed_img_step.outputs.markdown_urls), '') }}
51
MESSAGE: |
52
Hi there,
53
0 commit comments