Skip to content

Commit bab1efc

Browse files
authored
Refactor MeiliSearch workflow to remove redundant line
Removed redundant 'run:' line in the workflow.
1 parent 5e8eb11 commit bab1efc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/meilisearch-scraper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
MEILISEARCH_API_KEY: ${{ secrets.MEILISEARCH_MASTER_KEY }}
3333
CONFIG_FILE: .github/meilisearch/scraper-config.json
3434
run: |
35-
run: |
3635
docker run \
3736
-e MEILISEARCH_HOST_URL="$MEILISEARCH_HOST_URL" \
3837
-e MEILISEARCH_API_KEY="$MEILISEARCH_API_KEY" \
@@ -55,4 +54,4 @@ jobs:
5554
echo "Checking index stats..."
5655
curl -s "$MEILISEARCH_HOST_URL/indexes/strapi-docs/stats" \
5756
-H "Authorization: Bearer $MEILISEARCH_SEARCH_KEY" | \
58-
python3 -m json.tool
57+
python3 -m json.tool

0 commit comments

Comments
 (0)