Skip to content

Commit

Permalink
Fix null project name in Vercel action PR comment (#447)
Browse files Browse the repository at this point in the history
Fix null project name in Vercel action PR comment 

Closes #406
  • Loading branch information
edgarrmondragon authored Jan 8, 2025
1 parent db67c8d commit 53e014c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/melty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ jobs:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-project-name: Meltano Dogfood Project
vercel-args: ${{ github.event_name == 'pull_request' && '' || '--prod' }}

ping-end:
Expand Down

0 comments on commit 53e014c

Please sign in to comment.