diff --git a/.github/actions/simeng_benchmarks/action.yml b/.github/actions/simeng_benchmarks/action.yml index f77a8dea17..958c6d9c58 100644 --- a/.github/actions/simeng_benchmarks/action.yml +++ b/.github/actions/simeng_benchmarks/action.yml @@ -11,6 +11,9 @@ inputs: PASS_STRING: description: string that is searched for in the benchmark's output to confirm whether or not it has passed required: true + OUTPUT_FILE: + description: path to temp file storing output of benchmark run + required: true runs: using: 'composite'