Skip to content

Commit 9e84c81

Browse files
committed
fix: escape values in test-rust.yml where needed
1 parent fb4c3f7 commit 9e84c81

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

{{cookiecutter.project_name}}/.github/workflows/lint-rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Lint Rust Code
32

43
on:

{{cookiecutter.project_name}}/.github/workflows/test-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ on:
2121

2222
jobs:
2323
test-rust:
24-
name: Run Rust Tests on ${{ matrix.os }}
25-
runs-on: ${{ matrix.os }}
24+
name: Run Rust Tests on {{ "${{ matrix.os }}" }}
25+
runs-on: {{ "${{ matrix.os }}" }}
2626
strategy:
2727
matrix:
2828
include:

0 commit comments

Comments
 (0)