Skip to content

Commit

Permalink
chore: fix my ocd
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantwrp committed Nov 10, 2023
1 parent 84b9e23 commit 410dcea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Coverage Report
name: Coverage report
on:
push:
branches:
Expand All @@ -17,7 +17,7 @@ jobs:
run: npm install
- name: Generage coverage report
run: npm run coverage
- name: push changes to remote
- name: Push changes
run: |
git config --global user.name "Albus"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 410dcea

Please sign in to comment.