Skip to content

Commit b150037

Browse files
committed
Use command to list namespace READMEs
1 parent eb04524 commit b150037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Generate list of namespace READMEs:
8585
- name: 'Generate list of namespace READMEs'
8686
run: |
87-
echo "::set-output name=files::$( make list-pkgs-namespaces | sed 's/.*/lib\/node_modules\/&\/README.md/' | tr '\n' ' ' )"
87+
echo "::set-output name=files::$( make list-pkgs-namespace-readmes | tr '\n' ' ' )"
8888
id: namespace_files
8989

9090
# Update namespace table of contents:

0 commit comments

Comments
 (0)