From abcad0c94fbcbdc603a840e2df9430bc89285dd9 Mon Sep 17 00:00:00 2001 From: Lim Chee Kin Date: Sat, 13 Jul 2024 10:58:02 +0800 Subject: [PATCH] chore: fix syntax error in deploy modal workflow --- .github/workflows/deploy-modal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-modal.yml b/.github/workflows/deploy-modal.yml index ea61f7a..7fc30a3 100644 --- a/.github/workflows/deploy-modal.yml +++ b/.github/workflows/deploy-modal.yml @@ -54,4 +54,4 @@ jobs: run: HOME=$(pwd) modal deploy open.text.embeddings.server.modal - name: Test FastAPI app - run: ./test.sh https://${{ secrets.MODAL_USERNAME }}--${APP_NAME}-fastapi-app.modal.run/v1/embeddings" + run: ./test.sh "https://${{ secrets.MODAL_USERNAME }}--${APP_NAME}-fastapi-app.modal.run/v1/embeddings"