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 4d29847 commit af8f104Copy full SHA for af8f104
.github/workflows/gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Test lib
31
run: npm run test:lib -- --bail 1
32
- name: Coveralls
33
- uses: coverallsapp/github-action@2
+ uses: coverallsapp/github-action@v2
34
with:
35
github-token: ${{ secrets.GITHUB_TOKEN }}
36
file: coverage/clover.xml
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments