Skip to content

Commit

Permalink
typo on find files fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Nov 6, 2024
1 parent 217ae63 commit 1406969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
# echo "Processing specified XML files:"
# cat xml_files.txt

# - name: Specify specific Place XML files
- name: Specify specific Place XML files
run: |
echo "./data/places/tei/10.xml" > xml_files.txt
echo "./data/places/tei/100.xml" >> xml_files.txt
echo "./data/places/tei/1000.xml" >> xml_files.txt
echo "./data/places/tei/1002.xml" >> xml_files.txt
echo "./data/places/tei/1003.xml" >> xml_files.txt
echo "./data/places/tei/104.xml" >> xml_files.txt
echo "Processing specified XML files:"
cat xml_files.txt
Expand Down

0 comments on commit 1406969

Please sign in to comment.