File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments