Skip to content

Commit

Permalink
pass env variable with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Apr 10, 2024
1 parent bf36da8 commit d9570d4
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='${{ steps.scraper_config.outputs.scraper_config }}'
run: pipenv run python -m src.index

0 comments on commit d9570d4

Please sign in to comment.