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 eece961 commit aeb5b84Copy full SHA for aeb5b84
.github/workflows/run-benchmark.yml
@@ -60,4 +60,4 @@ jobs:
60
echo "Task: ${TASK}"
61
62
- name: Run benchmark
63
- run: bun dev opencode --task "${{ matrix.task }} --model ${MODEL}"
+ run: bun dev opencode --task ${{ matrix.task }} --model ${{ inputs.model }}
0 commit comments