We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a07fc commit e4e8f56Copy full SHA for e4e8f56
.github/workflows/markdown-link-checker.yml
@@ -11,6 +11,7 @@ jobs:
11
12
- name: Check for 404s in modified files
13
id: check_404_in_modified_files
14
+ value:
15
uses: gaurav-nelson/github-action-markdown-link-check@v1
16
with:
17
base-branch: 'main'
@@ -21,7 +22,9 @@ jobs:
21
22
23
- name: Write output to txt file
24
if: always()
- 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
28
29
- name: Print content of txt file
30
0 commit comments