File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38283,7 +38283,7 @@ class ReportService {
3828338283 Authorization: this.authHeader,
3828438284 },
3828538285 });
38286- core.debug (`params fetched successfully: ${params}}`);
38286+ core.info (`params fetched successfully: ${params}}`);
3828738287 if (response.status < 200 || response.status > 299) {
3828838288 core.info(`Error fetching report: ${response.status}`);
3828938289 return ReportService.errorResponse(response?.data?.errorMessage || "Something Went Wrong while Fetching report");
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class ReportService {
1616 Authorization : this . authHeader ,
1717 } ,
1818 } ) ;
19- core . debug ( `params fetched successfully: ${ params } }` ) ;
19+ core . info ( `params fetched successfully: ${ params } }` ) ;
2020 if ( response . status < 200 || response . status > 299 ) {
2121 core . info ( `Error fetching report: ${ response . status } ` ) ;
2222 return ReportService . errorResponse ( response ?. data ?. errorMessage || "Something Went Wrong while Fetching report" ) ;
You can’t perform that action at this time.
0 commit comments