Skip to content

Commit 5380a6b

Browse files
authored
Added required as false to mns vlidation flag in e2e pipeline (#1377)
* converted string to boolean in default mns vlidation flag * added required as false and changed back to string
1 parent 5fe0466 commit 5380a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ on:
7171
mns_validation_required:
7272
description: Set to true if you want the MNS validation to be performed as part of the tests. please keep in mind it will increase execution time.
7373
default: "false"
74-
type: boolean
74+
required: false
75+
type: string
7576

7677
env:
7778
APIGEE_AUTH_ENV: ${{ inputs.apigee_environment == 'int' && inputs.apigee_environment || 'internal-dev' }}

0 commit comments

Comments
 (0)