From 2fe4e02be5a70c7a55205aed870db2b8d22fb361 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 8 Jan 2025 14:15:43 +0000 Subject: [PATCH] ci: fix incorrect input reference in GH workflow (#4980) --- .github/workflows/.reusable-frontend-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.reusable-frontend-deploy.yml b/.github/workflows/.reusable-frontend-deploy.yml index c99cced9f36b..1749336cfc4f 100644 --- a/.github/workflows/.reusable-frontend-deploy.yml +++ b/.github/workflows/.reusable-frontend-deploy.yml @@ -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