Skip to content

Commit

Permalink
chore: fix syntax error in deploy modal workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 13, 2024
1 parent 08847e0 commit abcad0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-modal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit abcad0c

Please sign in to comment.