Skip to content

Commit

Permalink
Debug 4
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Sep 27, 2024
1 parent 1787730 commit 00cd69b
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 @@ -65,7 +65,7 @@ jobs:
cat temp_scraper_output.txt
# Retrieve the collection name
collection_name=$(grep -o -m 1 'POST /collections/'${{ inputs.version }}'_[0-9]\+' temp_scraper_output.txt)
collection_name=$(sed -n 's/.*POST \/collections\/\(master_[0-9]*\)\/.*/\1/p' temp_scraper_output.txt)
# Retrieve documents from typesense server
curl -H "X-TYPESENSE-API-KEY: ${{ secrets.TYPESENSE_API_KEY }}" \
Expand Down

0 comments on commit 00cd69b

Please sign in to comment.