.github/workflows/compare_perf.yml 🔗
@@ -21,5 +21,5 @@ jobs:
with:
clean: false
- name: compare_perf::run_perf::echo_inputs
- run: echo ${ inputs.base } ${ inputs.head }
+ run: echo ${{ inputs.base }} ${{ inputs.head }}
shell: bash -euxo pipefail {0}