Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed Jan 10, 2025
1 parent 21786f2 commit 7735004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export async function run(enableFailureExitCodes = true): Promise<void> {
const effectiveWorkspaceId =
appOrEnv.workspace_id ?? appOrEnv.organization_id;

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

core.startGroup('Await completion of tests');
Expand Down

0 comments on commit 7735004

Please sign in to comment.