Skip to content

Commit

Permalink
fix(actions): fix action name display (#1059)
Browse files Browse the repository at this point in the history
fix variable node_version to  node-version
  • Loading branch information
wyntau committed Oct 18, 2021
1 parent 9c4cad5 commit 29fea56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -7,7 +7,7 @@ on: [push]

jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit 29fea56

Please sign in to comment.