Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
deveshsangwan committed Jan 27, 2024
1 parent 5f39e0e commit d395d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Commit coverage badge
run: |
git config --local user.email "dev.sangwan2001@gmail.com"
git config --local user.name "deveshsangwan"
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add README.md
git commit -m "Update coverage badge" -a
git push
# git push

0 comments on commit d395d4c

Please sign in to comment.