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 9760be2 commit a0f966cCopy full SHA for a0f966c
.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