We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13ae3b commit 4dfda76Copy full SHA for 4dfda76
1 file changed
.github/workflows/vercel-preview.yml
@@ -154,6 +154,7 @@ jobs:
154
token: "${{ secrets.GITHUB_TOKEN }}"
155
environment: "Preview (GitHub Actions)"
156
environment-url: "${{ steps.deploy.outputs.alias-url }}"
157
+ ref: "${{ github.event.pull_request.head.sha }}"
158
transient-environment: true
159
auto-inactive: true
160
0 commit comments