Skip to content

Commit 40a2c7e

Browse files
committed
Updated username and email
1 parent 7a15a67 commit 40a2c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Commit changes
5151
if: steps.verify-changed-files.outputs.files_changed == 'true'
5252
run: |
53-
git config --local user.email "action@github.com"
54-
git config --local user.name "GitHub Action"
53+
git config --local user.email "shashidharkalapatapu@gmail.com"
54+
git config --local user.name "Shashidhar Kalapatapu"
5555
git add README.md
5656
git commit -m "chore: Updated coverage badge."
5757

0 commit comments

Comments
 (0)