We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cfc2aa + 5380a6b commit 23a5c35Copy full SHA for 23a5c35
1 file changed
.github/workflows/run-e2e-automation-tests.yml
@@ -71,7 +71,8 @@ on:
71
mns_validation_required:
72
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.
73
default: "false"
74
- type: boolean
+ required: false
75
+ type: string
76
77
env:
78
APIGEE_AUTH_ENV: ${{ inputs.apigee_environment == 'int' && inputs.apigee_environment || 'internal-dev' }}
0 commit comments