1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

CI: switch to the coverallsapp/github-action tag (#32919)

Unfortunately, they don't offer a `v1` tag
This commit is contained in:
XhmikosR 2021-01-28 23:31:33 +02:00 committed by GitHub
parent a838571c50
commit 1fd34a1a2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ jobs:
run: npm run js-test
- name: Run Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v1.1.2
if: matrix.node == 14
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"