mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
CI: switch to the coverallsapp/github-action tag (#32919)
Unfortunately, they don't offer a `v1` tag
This commit is contained in:
parent
a838571c50
commit
1fd34a1a2c
2
.github/workflows/js.yml
vendored
2
.github/workflows/js.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
run: npm run js-test
|
run: npm run js-test
|
||||||
|
|
||||||
- name: Run Coveralls
|
- name: Run Coveralls
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@v1.1.2
|
||||||
if: matrix.node == 14
|
if: matrix.node == 14
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user