Skip to content

Commit 5ad4438

Browse files
committed
removing Githubaction
1 parent 445106b commit 5ad4438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-env/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

setup-env/src/actionInput/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)