Skip to content

Commit

Permalink
ci: fix incorrect input reference in GH workflow (#4980)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Jan 8, 2025
1 parent 8dc612f commit 2fe4e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.reusable-frontend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
ENV: ${{ inputs.node_env }}
ENV: ${{ inputs.npm_build_environment }}
run: |
npm ci --only=prod
npm run env
Expand Down

0 comments on commit 2fe4e02

Please sign in to comment.