We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfcf8e commit 836ac26Copy full SHA for 836ac26
.github/workflows/eval.yml
@@ -144,7 +144,7 @@ jobs:
144
if [ -z "${{ github.event.inputs.limit_to_document }}" ]; then
145
matrix=$(jq -c '.' ./python_components/evaluation/truthset.json)
146
else
147
- matrix=$(jq -c '.[] | select(.file_name == "${{ github.event.inputs.limit_to_document }}")' ./python_components/evaluation/truthset.json)
+ matrix=$(jq -c '[.[] | select(.file_name == "${{ github.event.inputs.limit_to_document }}")]' ./python_components/evaluation/truthset.json)
148
fi
149
echo "Matrix data: $matrix"
150
echo "matrix=$matrix" >> $GITHUB_OUTPUT
0 commit comments