We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe0466 commit 5380a6bCopy full SHA for 5380a6b
.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