Skip to content

Commit cd65a5d

Browse files
committed
fix: github action
1 parent 60ee3ec commit cd65a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: npm install
2222
- name: ⚙️ Create coverage
2323
run: npm run test:coveralls
24-
with:
24+
env:
2525
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
2626
- name: 📨 Send report to Coveralls
2727
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)