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 {
38106
38106
* Validates the build-name based on the input.
38107
38107
* If no build name is provided, generates one using workflow name and run ID.
38108
38108
* @param {String} buildName - Action input for 'build-name'
38109
- * @param {String} workflow - The GitHub workflow name
38110
- * @param {String} runId - The GitHub run ID
38111
38109
* @returns {String} Validated/default build name
38112
38110
*/
38113
38111
static validateBuildName(inputBuildName) {
Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ class InputValidator {
82
82
* Validates the build-name based on the input.
83
83
* If no build name is provided, generates one using workflow name and run ID.
84
84
* @param {String } buildName - Action input for 'build-name'
85
- * @param {String } workflow - The GitHub workflow name
86
- * @param {String } runId - The GitHub run ID
87
85
* @returns {String } Validated/default build name
88
86
*/
89
87
static validateBuildName ( inputBuildName ) {
You can’t perform that action at this time.
0 commit comments