We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b95359 commit 6afa859Copy full SHA for 6afa859
4 files changed
.github/actions/vercel/action.yml
@@ -2,10 +2,9 @@ name: Vercel
2
description: Generates a comment with Vercel links
3
4
inputs:
5
- project-json-location:
6
- description: Location of the project.json file
7
- required: false
8
- default: ./.vercel/project.json
+ project-directory:
+ description: Location of the deployed project
+ required: true
9
10
runs:
11
using: node24
0 commit comments