Skip to content

Commit 6304f8f

Browse files
committed
Join with newlines
1 parent 5e76c09 commit 6304f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# Generate and commit equation SVG files for README.md files:
8181
- name: 'Generate and commit equation SVG files'
8282
run: |
83-
files=$(${{ fromJSON( steps.changed-packages.outputs.packages )}} | sed 's/.*/lib\/node_modules\/&\/README.md/' | tr '\n' ' ' )
83+
files=$(${{ join( fromJSON( steps.changed-packages.outputs.packages, '\n' )}} | sed 's/.*/lib\/node_modules\/&\/README.md/' | tr '\n' ' ' )
8484
echo $files
8585
make markdown-svg-equations-files FILES=$files
8686
git config --local user.email "noreply@stdlib.io"

0 commit comments

Comments
 (0)