diff --git a/README.md b/README.md index 52f7485..8842d6c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The tricky part is how to pass `CONFIG` to the scraper. The above example won't - name: Get the content of algolia.json as config id: algolia_config - run: echo "::set-output name=config::$(cat algolia.json | jq -r tostring)" + run: echo "config=$(cat algolia.json | jq -r tostring)" >> $GITHUB_OUTPUT - name: Push indices to Algolia uses: signcl/docsearch-scraper-action@master