We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dbdde commit 69d46b4Copy full SHA for 69d46b4
.github/workflows/node.js.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: npm run build
26
- run: npm test
27
- name: Coveralls
28
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
29
with:
30
github-token: ${{ secrets.GITHUB_TOKEN }}
31
flag-name: run-${{ matrix.test_number }}
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
steps:
38
- name: Coveralls Finished
39
40
41
github-token: ${{ secrets.github_token }}
42
parallel-finished: true
0 commit comments