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 293765e commit 5f39e0e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:

- name: Commit coverage badge
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --local user.email "dev.sangwan2001@gmail.com"
git config --local user.name "deveshsangwan"
git add README.md
git commit -m "Update coverage badge" -a
git remote set-url origin https://x-access-token:${{ secrets.GH_PAT }}@github.com/deveshsangwan/cricketScoreApi.git
git push origin HEAD:main
git push

0 comments on commit 5f39e0e

Please sign in to comment.