From d16f2f74e6b99215b436f35b28efe946ae57e069 Mon Sep 17 00:00:00 2001 From: Yuru Shao Date: Fri, 7 Jun 2024 17:38:40 -0700 Subject: [PATCH] Fix typo in workflow --- .github/workflows/deploy_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_api.yml b/.github/workflows/deploy_api.yml index 1174903a..9c6ae028 100644 --- a/.github/workflows/deploy_api.yml +++ b/.github/workflows/deploy_api.yml @@ -62,5 +62,5 @@ jobs: - name: Run tests run: pnpm api-test - - nmae: Deploy to GAE + - name: Deploy to GAE run: gcloud info && ./deploy_api.sh --${{ inputs.environment }}