Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed Jan 10, 2025
1 parent cbaefcb commit d7a6a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ export async function run(enableFailureExitCodes = true): Promise<void> {
return; // exit
}

console.log('here it is [%j]', appOrEnv);

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

Expand Down

0 comments on commit d7a6a82

Please sign in to comment.