File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ name: Endpoint Validation Test
44on :
55 workflow_call :
66 inputs :
7- endpoint :
8- description : ' API Endpoint URL to test'
9- required : true
10- type : string
117 eval_function :
128 description : ' Evaluation Function Name'
139 required : true
1915 default : 1000
2016 secrets :
2117 # Explicitly declare the secrets the reusable workflow needs
18+ TEST_API_ENDPOINT :
19+ description : ' API Endpoint URL to test'
20+ required : false
21+ type : string
2222 DB_USER :
2323 required : false
2424 DB_PASSWORD :
6262
6363 run : |
6464 # 1. Prepare event payload as JSON for the lambda_handler
65- # Removed recipient_email from payload
6665 EVENT_PAYLOAD='{
6766 "endpoint": "${{ inputs.endpoint }}",
6867 "eval_function_name": "${{ inputs.eval_function }}",
You can’t perform that action at this time.
0 commit comments