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 {
3828338283 Authorization: this.authHeader,
3828438284 },
3828538285 });
38286+ core.info(`Response from report API: ${JSON.stringify(response.data)}`);
3828638287 if (response.status < 200 || response.status > 299) {
3828738288 core.info(`Error fetching report: ${response.status}`);
3828838289 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 {
1616 Authorization : this . authHeader ,
1717 } ,
1818 } ) ;
19+ core . info ( `Response from report API: ${ JSON . stringify ( response . data ) } ` ) ;
1920 if ( response . status < 200 || response . status > 299 ) {
2021 core . info ( `Error fetching report: ${ response . status } ` ) ;
2122 return ReportService . errorResponse ( response ?. data ?. errorMessage || "Something Went Wrong while Fetching report" ) ;
You can’t perform that action at this time.
0 commit comments