We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0aa650 commit 5d392c7Copy full SHA for 5d392c7
.github/workflows/preview.yml
@@ -28,7 +28,7 @@ jobs:
28
issue_number: context.issue.number,
29
owner: context.repo.owner,
30
repo: context.repo.repo,
31
- ref: ${{ github.event.pull_request.head.ref }},
+ ref: "${{ github.event.pull_request.head.ref }}",
32
transient_environment: true,
33
environment: `preview-${context.issue.number}`,
34
description: `Preview deployment for PR ${context.issue.number}`,
0 commit comments