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 b396c23 commit 17b49d0Copy full SHA for 17b49d0
.werft/build.ts
@@ -619,7 +619,7 @@ export async function deployToDevWithInstaller(deploymentConfig: DeploymentConfi
619
werft.fail(installerSlices.APPLY_INSTALL_MANIFESTS, err);
620
} finally {
621
// produce the result independently of install succeding, so that in case fails we still have the URL.
622
- exec(`werft log result -d "dev installation" -c github-check-preview-env url ${url}/projects`);
+ exec(`werft log result -d "dev installation" -c github-check-preview-env url ${url}/workspaces`);
623
}
624
625
try {
0 commit comments