Skip to content

Commit

Permalink
Fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yurushao committed Jun 12, 2024
1 parent 863eee3 commit d16f2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d16f2f7

Please sign in to comment.