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 586ba4c commit a0d9b30Copy full SHA for a0d9b30
.github/workflows/preview-cleanup.yml
@@ -28,7 +28,7 @@ jobs:
28
const deployments = await github.rest.repos.listDeployments({
29
owner,
30
repo,
31
- environment: `preview-${context.issue.number}`
+ environment: `docs-preview-${context.issue.number}`
32
});
33
for (const deployment of deployments.data) {
34
await github.rest.repos.createDeploymentStatus({
0 commit comments