Skip to content

Commit b4abbe5

Browse files
committed
fix: use inputs
1 parent 06371a5 commit b4abbe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ jobs:
130130
- name: Code checkout
131131
uses: actions/checkout@v4
132132

133-
- name: Install Node ${{ matrix.node-version }} and Dependencies
133+
- name: Install Node ${{ inputs.node-version }} and Dependencies
134134
uses: ./.github/actions/npm-setup
135135
with:
136-
runner: ${{ matrix.runner }}
137-
node-version: ${{ matrix.node-version }}
136+
runner: ${{ inputs.runner }}
137+
node-version: ${{ inputs.node-version }}
138138

139139
- name: Run tests
140140
run: npm run test:ci -- ${{ inputs.workspace }}

0 commit comments

Comments
 (0)