Skip to content

Commit d1ffec8

Browse files
author
Workflow Sync Bot
committed
💬 - Files Synced | Runner ID : 101 | ⚡ Triggered By begin-examples/integration-tester
1 parent d56aaa2 commit d1ffec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/integration-tests/scripts/get-staging-url.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const stackInfo = JSON.parse(stackInfoFile)
77
const outputs = stackInfo.Stacks[0].Outputs
88

99

10-
let url = outputs.filter(out => out.OutputKey === 'API')[0].OutputValue
10+
let url = outputs.filter(out => out.OutputKey === 'API')[0]?.OutputValue
1111

1212
if (!url) {
1313
url = outputs.filter(out => out.OutputKey === 'BucketURL')[0].OutputValue

0 commit comments

Comments
 (0)