syntax

Conrad Irwin created

Change summary

.github/workflows/compare_perf.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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}