We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21786f2 commit 7735004Copy full SHA for 7735004
src/index.ts
@@ -186,7 +186,7 @@ export async function run(enableFailureExitCodes = true): Promise<void> {
186
const effectiveWorkspaceId =
187
appOrEnv.workspace_id ?? appOrEnv.organization_id;
188
189
- const outputLink = `${baseAppUrl}/workspaces/${appOrEnv.organization_id}/events/${deployment.id}`;
+ const outputLink = `${baseAppUrl}/workspaces/${effectiveWorkspaceId}/events/${deployment.id}`;
190
core.info(`Deployment triggered. View output at: ${outputLink}`);
191
192
core.startGroup('Await completion of tests');
0 commit comments