File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: Dependabot Auto Merge
1616on : [push, pull_request]
1717
1818jobs :
19- auto-merge :
19+ build :
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
@@ -53,14 +53,12 @@ jobs:
5353 github-token : ${{ secrets.github_token }}
5454 parallel : true
5555 path-to-lcov : ./scikit-node/coverage/lcov.info # optional (default value)
56-
57- - name : Scikitjs Browser Coveralls Parallel
56+ - name : Scikitjs Browser Coveralls Parallel
5857 uses : coverallsapp/github-action@master
5958 with :
6059 github-token : ${{ secrets.github_token }}
6160 parallel : true
6261 path-to-lcov : ./scikit-browser/coverage/lcov.info # optional (default value)
63-
6462 - name : Coveralls Finished
6563 uses : coverallsapp/github-action@master
6664 with :
7674 steps :
7775 - uses : fastify/github-action-merge-dependabot@v2.1.1
7876 with :
79- github-token : ${{secrets.GITHUB_TOKEN}}
77+ github-token : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments