From c2f6c7df7c60f06d916cd837c1b0d02b3290414c Mon Sep 17 00:00:00 2001 From: Aydan Pirani Date: Fri, 11 Aug 2023 15:24:42 -0700 Subject: [PATCH] Renamed deploy.yml --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index e5f80414..be3c3f83 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -1,4 +1,4 @@ -name: Vercel Preview Deployment (on PR) +name: Vercel Preview Deployment env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}