Skip to content

Commit 064d4fb

Browse files
committed
json changes
1 parent e524430 commit 064d4fb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

browserstack-report-action/dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38106,8 +38106,6 @@ class InputValidator {
3810638106
* Validates the build-name based on the input.
3810738107
* If no build name is provided, generates one using workflow name and run ID.
3810838108
* @param {String} buildName - Action input for 'build-name'
38109-
* @param {String} workflow - The GitHub workflow name
38110-
* @param {String} runId - The GitHub run ID
3811138109
* @returns {String} Validated/default build name
3811238110
*/
3811338111
static validateBuildName(inputBuildName) {

browserstack-report-action/src/actionInput/inputValidator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ class InputValidator {
8282
* Validates the build-name based on the input.
8383
* If no build name is provided, generates one using workflow name and run ID.
8484
* @param {String} buildName - Action input for 'build-name'
85-
* @param {String} workflow - The GitHub workflow name
86-
* @param {String} runId - The GitHub run ID
8785
* @returns {String} Validated/default build name
8886
*/
8987
static validateBuildName(inputBuildName) {

0 commit comments

Comments
 (0)