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 f6d584e commit 92ff94bCopy full SHA for 92ff94b
.github/workflows/preview.yml
@@ -28,9 +28,10 @@ jobs:
28
issue_number: context.issue.number,
29
owner: context.repo.owner,
30
repo: context.repo.repo,
31
- ref: context.ref,
+ ref: "${{ github.event.pull_request.head.ref }}",
32
environment: `preview-${context.issue.number}`,
33
description: `Preview deployment for PR ${context.issue.number}`,
34
+ auto_merge: false,
35
})
36
37
await github.rest.repos.createDeploymentStatus({
0 commit comments