Skip to content

Commit b3384bb

Browse files
authored
chore(workflows): use action from my personal repo (#75)
1 parent b0863bc commit b3384bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
cache: 'yarn'
1616
- run: yarn install --frozen-lockfile
1717
- run: yarn run coverage
18-
- uses: coverallsapp/github-action@master
18+
- uses: ooade/coverallsapp-github-action@master
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)