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:
parent
4220e60371
commit
3527859e72
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sel4test-deploy.yml
vendored
2
.github/workflows/sel4test-deploy.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue