We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17e353 commit 271ca4bCopy full SHA for 271ca4b
.github/workflows/scripts_readme.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Modify README.md
22
run: |
23
- markdown_file="./scripts/README.me"
+ markdown_file="./scripts/README.md"
24
main_header="Available Datasets"
25
awk -v header="$main_header" '/^#/{p=($0==("# " header));if(p)print;next}p' "${markdown_file}" > temp.md && mv temp.md "${markdown_file}"
26
0 commit comments