Fix yaml error.

This commit is contained in:
Christian Gunderman
2026-04-08 15:07:21 -07:00
parent cba2298e5c
commit 30d70e862d
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
GEMINI_MODEL: '${{ matrix.model }}'
RUN_EVALS: 'true'
EVAL_SUITE_TYPE: '${{ github.event.inputs.suite_type || 'behavioral' }}'
EVAL_SUITE_TYPE: "${{ github.event.inputs.suite_type || 'behavioral' }}"
EVAL_SUITE_NAME: '${{ github.event.inputs.suite_name }}'
TEST_NAME_PATTERN: '${{ github.event.inputs.test_name_pattern }}'
# Disable Vitest internal retries to avoid double-retrying;