Skip to content

Commit adbc8a0

Browse files
authored
ci(#43): fixing yaml syntax in github action
1 parent 5caf2bc commit adbc8a0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Dependabot Auto Merge
1616
on: [push, pull_request]
1717

1818
jobs:
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:
@@ -76,4 +74,4 @@ jobs:
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}}

0 commit comments

Comments
 (0)