Skip to content

Commit 02a07fc

Browse files
committed
feat(gen): update
1 parent 98f5ec4 commit 02a07fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown-link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Write output to txt file
2323
if: always()
24-
run: echo "${{ steps.check_404_in_modified_files.outputs.*}}" > 404_list.txt
24+
run: echo "${{ steps.check_404_in_modified_files.outputs.stdout}}" > 404_list.txt
2525

2626
- name: Print content of txt file
2727
if: always()

0 commit comments

Comments
 (0)