Skip to content

Commit

Permalink
remove toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Apr 10, 2024
1 parent 376b033 commit 7f2b9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Expand Up @@ -40,4 +40,4 @@ jobs:
with:
image: algolia/docsearch-scraper
options: --env-file=algolia.env
run: CONFIG='${{ toJson(steps.scraper_config.outputs.scraper_config) }}' pipenv run python -m src.index
run: CONFIG='${{ steps.scraper_config.outputs.scraper_config }}' pipenv run python -m src.index

0 comments on commit 7f2b9f8

Please sign in to comment.