We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaefcb commit d7a6a82Copy full SHA for d7a6a82
src/index.ts
@@ -183,6 +183,8 @@ export async function run(enableFailureExitCodes = true): Promise<void> {
183
return; // exit
184
}
185
186
+ console.log('here it is [%j]', appOrEnv);
187
+
188
const outputLink = `${baseAppUrl}/workspaces/${appOrEnv.organization_id}/events/${deployment.id}`;
189
core.info(`Deployment triggered. View output at: ${outputLink}`);
190
0 commit comments