Skip to content

Commit e4e8f56

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111

1212
- name: Check for 404s in modified files
1313
id: check_404_in_modified_files
14+
value:
1415
uses: gaurav-nelson/github-action-markdown-link-check@v1
1516
with:
1617
base-branch: 'main'
@@ -21,7 +22,9 @@ jobs:
2122

2223
- name: Write output to txt file
2324
if: always()
24-
run: echo "${{ steps.check_404_in_modified_files.outputs.stdout}}" > 404_list.txt
25+
run: |
26+
echo "azerzerz" > 404_list.txt
27+
echo "${{ steps.check_404_in_modified_files.outputs.stdout}}" > 404_list.txt
2528
2629
- name: Print content of txt file
2730
if: always()

0 commit comments

Comments
 (0)