Skip to content

Commit

Permalink
push new var to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Dec 12, 2024
1 parent 7904b4f commit de43b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-frontend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
shell: bash
working-directory: ${{ inputs.frontend-path }}
run: |
MIDDLEWARE_API_URL=${{ inputs.api-endpoint }} npm run build
VITE_MIDDLEWARE_API_URL=${{ inputs.api-endpoint }} npm run build
- name: Test frontend
shell: bash
working-directory: ${{ inputs.frontend-path }}
Expand Down

0 comments on commit de43b6a

Please sign in to comment.