Skip to content

Commit 29fea56

Browse files
authored
fix(actions): fix action name display (#1059)
fix variable node_version to node-version
1 parent 9c4cad5 commit 29fea56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: [push]
77

88
jobs:
99
build:
10-
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
10+
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:

0 commit comments

Comments
 (0)