Skip to content

Commit d7a6a82

Browse files
committed
Debug
1 parent cbaefcb commit d7a6a82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ export async function run(enableFailureExitCodes = true): Promise<void> {
183183
return; // exit
184184
}
185185

186+
console.log('here it is [%j]', appOrEnv);
187+
186188
const outputLink = `${baseAppUrl}/workspaces/${appOrEnv.organization_id}/events/${deployment.id}`;
187189
core.info(`Deployment triggered. View output at: ${outputLink}`);
188190

0 commit comments

Comments
 (0)