We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55fb0d commit 125a3f8Copy full SHA for 125a3f8
.github/workflows/test_evaluation_function.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
# 1. Prepare event payload as JSON for the lambda_handler
71
EVENT_PAYLOAD='{
72
- "endpoint": "${{ inputs.endpoint }}",
+ "endpoint": "${{ secrets.TEST_API_ENDPOINT }}",
73
"eval_function_name": "${{ inputs.eval_function }}",
74
"grade_params_json": "",
75
"sql_limit": ${{ inputs.sql_limit }}
0 commit comments