Skip to content

Commit f7b784c

Browse files
committed
Added missing "$" to github actions yaml
1 parent 0d0bcfd commit f7b784c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: github-actions
22
on: [push, pull_request]
33
jobs:
44
unit-testing:
5-
runs-on: {{ matrix.os }}
5+
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
88
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)