File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9451,7 +9451,7 @@ class ActionInput {
94519451 // Call BrowserStack API to get the tests to rerun
94529452 const bsApiResponse = await axios.get(browserStackApiUrl, {
94539453 auth: {
9454- username: this.username,
9454+ username: this.username.replace("-GitHubAction", "") ,
94559455 password: this.accessKey,
94569456 },
94579457 headers: {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class ActionInput {
121121 // Call BrowserStack API to get the tests to rerun
122122 const bsApiResponse = await axios . get ( browserStackApiUrl , {
123123 auth : {
124- username : this . username ,
124+ username : this . username . replace ( "-GitHubAction" , "" ) ,
125125 password : this . accessKey ,
126126 } ,
127127 headers : {
You can’t perform that action at this time.
0 commit comments