Skip to content

Commit

Permalink
[ci] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 30, 2021
1 parent 41ae563 commit fef7942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -46,8 +46,8 @@ jobs:
- uses: coverallsapp/github-action@1.1.3
with:
flag-name:
${{ steps.get_job_id.outputs.job_id }} (Node.js ${{ matrix.node }} -
$ {{ matrix.arch }} on ${{ matrix.os }})
${{ steps.get_job_id.outputs.job_id }} (Node.js ${{ matrix.node }}
${{ matrix.arch }} on ${{ matrix.os }})
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
coverage:
Expand Down

0 comments on commit fef7942

Please sign in to comment.