We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a15a67 commit 40a2c7eCopy full SHA for 40a2c7e
.github/workflows/coverage.yml
@@ -50,8 +50,8 @@ jobs:
50
- name: Commit changes
51
if: steps.verify-changed-files.outputs.files_changed == 'true'
52
run: |
53
- git config --local user.email "action@github.com"
54
- git config --local user.name "GitHub Action"
+ git config --local user.email "shashidharkalapatapu@gmail.com"
+ git config --local user.name "Shashidhar Kalapatapu"
55
git add README.md
56
git commit -m "chore: Updated coverage badge."
57
0 commit comments