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 80cb441 commit abb3bf5Copy full SHA for abb3bf5
.github/workflows/nodejs.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
CI: true
26
- name: Coveralls
27
- uses: coverallsapp/github-action@1.1.3
+ uses: coverallsapp/github-action@v1.2.5
28
with:
29
github-token: ${{ secrets.github_token }}
30
flag-name: components
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
steps:
38
- name: Coveralls Finished
39
40
41
42
parallel-finished: true
0 commit comments