Skip to content

Commit 271ca4b

Browse files
Update scripts_readme.yml
Fixing typo
1 parent b17e353 commit 271ca4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts_readme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
- name: Modify README.md
2222
run: |
23-
markdown_file="./scripts/README.me"
23+
markdown_file="./scripts/README.md"
2424
main_header="Available Datasets"
2525
awk -v header="$main_header" '/^#/{p=($0==("# " header));if(p)print;next}p' "${markdown_file}" > temp.md && mv temp.md "${markdown_file}"
2626

0 commit comments

Comments
 (0)