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 c9c01d8 commit e3ed5d0Copy full SHA for e3ed5d0
browserstack-report-action/dist/index.js
@@ -38202,7 +38202,7 @@ async function run() {
38202
pollingInterval
38203
);
38204
38205
- await ReportProcessor.processReport(reportData.report);
+ await ReportProcessor.processReport(reportData);
38206
} catch (error) {
38207
core.setFailed(`Action failed: ${error.message}`);
38208
}
browserstack-report-action/src/main.js
@@ -44,7 +44,7 @@ async function run() {
44
45
46
47
48
49
50
0 commit comments