Skip to content

Commit 6fb9425

Browse files
committed
build: fix command
1 parent d47a8e8 commit 6fb9425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/markdown_related_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
id: update-related-packages
106106
run: |
107107
files=$(echo "${{ steps.random-readmes.outputs.readmes }}" | tr ',' ' ')
108-
markdown-related-files FILES="${files}"
108+
make markdown-related-files FILES="${files}"
109109
110110
if [[ -z "$(git status --porcelain)" ]]; then
111111
# If no files were changed, exit with a success status code:

0 commit comments

Comments
 (0)