File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38283,6 +38283,7 @@ class ReportService {
38283
38283
Authorization: this.authHeader,
38284
38284
},
38285
38285
});
38286
+ core.info(`Response from report API: ${JSON.stringify(response.data)}`);
38286
38287
if (response.status < 200 || response.status > 299) {
38287
38288
core.info(`Error fetching report: ${response.status}`);
38288
38289
return ReportService.errorResponse(response?.data?.errorMessage || "Something Went Wrong while Fetching report");
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class ReportService {
16
16
Authorization : this . authHeader ,
17
17
} ,
18
18
} ) ;
19
+ core . info ( `Response from report API: ${ JSON . stringify ( response . data ) } ` ) ;
19
20
if ( response . status < 200 || response . status > 299 ) {
20
21
core . info ( `Error fetching report: ${ response . status } ` ) ;
21
22
return ReportService . errorResponse ( response ?. data ?. errorMessage || "Something Went Wrong while Fetching report" ) ;
You can’t perform that action at this time.
0 commit comments