Skip to content

Commit

Permalink
Update inputValidator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akshit9738 authored Sep 24, 2024
1 parent 2a37c38 commit 8e2b7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-env/src/actionInput/inputValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ class InputValidator {
throw new Error("Invalid input for 'github-app'. Must be a valid string.");
}

if (githubAppName.toLowerCase() === 'browserstack[bot]') {
return 'browserstack[bot]';
if (githubAppName.toLowerCase() === 'bstack-integrations[bot]') {
return 'bstack-integrations[bot]';
}

if (githubAppName.trim().length > 0) {
Expand Down

0 comments on commit 8e2b7f3

Please sign in to comment.