Skip to content

Commit

Permalink
Update update_readme.yml
Browse files Browse the repository at this point in the history
Signed-off-by: aloke majumder <aloke.13@gmail.com>
  • Loading branch information
alokemajumder authored Oct 16, 2023
1 parent 740eb9e commit e179a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python .github/scripts/update_readme.py
git add README.md static/images content
git config --local user.email "bong.dev@github.com"
git config --local user.name "bong.dev"
git config --local user.email "bongdev2021@gmail.com"
git config --local user.name "bongdev"
git commit -m "Update README.md"
git push

0 comments on commit e179a9b

Please sign in to comment.