Skip to content

Commit

Permalink
Debug 7
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Sep 27, 2024
1 parent 29176f8 commit 383b336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typesense-scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
typesense/docsearch-scraper:0.10.0 2>&1 | tee scraper_output.txt
# Retrieve the collection name
collection_name=$(sed -n 's/.*POST \/collections\/\(master_[0-9]*\)\/.*/\1/p' scraper_output.txt)
collection_name=$(sed -n 's/.*POST \/collections\/\(master_[0-9]*\)\/.*/\1/p' scraper_output.txt | sed -n '1p')
echo "COLLECTION_NAME: $collection_name";
# Retrieve documents from typesense server
Expand Down

0 comments on commit 383b336

Please sign in to comment.