From ade97e16e9f6499c44a0343a80408541ba22180b Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Thu, 20 Jun 2024 18:33:06 +0800 Subject: [PATCH] ci: fix command --- .github/workflows/typesense.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/typesense.yml b/.github/workflows/typesense.yml index 9fe1835..1e3f3fa 100644 --- a/.github/workflows/typesense.yml +++ b/.github/workflows/typesense.yml @@ -16,8 +16,7 @@ jobs: uses: actions/checkout@v4 - run: | - docker run -it \ - -e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \ + docker run -it -e TYPESENSE_API_KEY=${{ secrets.TYPESENSE_API_KEY }} \ -e TYPESENSE_HOST=${{ secrets.TYPESENSE_HOST }} \ -e TYPESENSE_PORT=443 \ -e TYPESENSE_PROTOCOL=https \