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 {
9451
9451
// Call BrowserStack API to get the tests to rerun
9452
9452
const bsApiResponse = await axios.get(browserStackApiUrl, {
9453
9453
auth: {
9454
- username: this.username,
9454
+ username: this.username.replace("-GitHubAction", "") ,
9455
9455
password: this.accessKey,
9456
9456
},
9457
9457
headers: {
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class ActionInput {
121
121
// Call BrowserStack API to get the tests to rerun
122
122
const bsApiResponse = await axios . get ( browserStackApiUrl , {
123
123
auth : {
124
- username : this . username ,
124
+ username : this . username . replace ( "-GitHubAction" , "" ) ,
125
125
password : this . accessKey ,
126
126
} ,
127
127
headers : {
You can’t perform that action at this time.
0 commit comments