Skip to content

Commit 7735004

Browse files
committed
fix
1 parent 21786f2 commit 7735004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export async function run(enableFailureExitCodes = true): Promise<void> {
186186
const effectiveWorkspaceId =
187187
appOrEnv.workspace_id ?? appOrEnv.organization_id;
188188

189-
const outputLink = `${baseAppUrl}/workspaces/${appOrEnv.organization_id}/events/${deployment.id}`;
189+
const outputLink = `${baseAppUrl}/workspaces/${effectiveWorkspaceId}/events/${deployment.id}`;
190190
core.info(`Deployment triggered. View output at: ${outputLink}`);
191191

192192
core.startGroup('Await completion of tests');

0 commit comments

Comments
 (0)