workflows: use ${{ variable }} not invalid $${{

I'm not entirely sure how this worked... but I guess GitHub
ignores the extra $ sign.

Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
This commit is contained in:
Julia Vassiliki 2026-05-15 10:34:35 +10:00 committed by Gerwin Klein
parent 4220e60371
commit 3527859e72

View file

@ -105,7 +105,7 @@ jobs:
platform: ${{ matrix.platform }}
compiler: ${{ matrix.compiler }}
mode: ${{ matrix.mode }}
index: $${{ strategy.job-index }}
index: ${{ strategy.job-index }}
env:
HW_SSH: ${{ secrets.HW_SSH }}