Skip to content

Commit

Permalink
[fix] syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBoWu committed Mar 29, 2024
1 parent df901eb commit a4e0148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
run: pnpm eslint .
# Ensure you have a lint script in your package.json

- name: Set env
- name: Load Environment Variables
run: echo "Load environment variables"
env:
API_BASE_URL: ${{ vars.API_BASE_URL }}
API_PREFIX: ${{ vars.API_PREFIX }}
Expand Down

0 comments on commit a4e0148

Please sign in to comment.