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 a0f966c commit 98f5ec4Copy full SHA for 98f5ec4
.github/workflows/markdown-link-checker.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Write output to txt file
23
if: always()
24
- run: echo "{{ steps.check_404_in_modified_files.outputs.*}}" > 404_list.txt
+ run: echo "${{ steps.check_404_in_modified_files.outputs.*}}" > 404_list.txt
25
26
- name: Print content of txt file
27
0 commit comments