Skip to content

Commit

Permalink
pass with toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Apr 10, 2024
1 parent d9570d4 commit 896f4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Expand Up @@ -39,5 +39,5 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: algolia/docsearch-scraper
options: --env-file=algolia.env -e CONFIG='${{ steps.scraper_config.outputs.scraper_config }}'
options: --env-file=algolia.env -e CONFIG='${{ toJson(steps.scraper_config.outputs.scraper_config) }}'
run: pipenv run python -m src.index

0 comments on commit 896f4f9

Please sign in to comment.