Skip to content

Commit

Permalink
Add Github-bots username
Browse files Browse the repository at this point in the history
  • Loading branch information
yashksaini-coder committed Oct 9, 2024
1 parent 30d00c0 commit bf1bcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Commit and push if changed
run: |
git config --local user.email ""115717039+yashksaini-coder@users.noreply.github.com""
git config --local user.name "yashksaini-coder"
git config --global user.email "actions@users.noreply.github.com"
git config --global user.name "README-bot"
git add .
git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo structure" && git push)

0 comments on commit bf1bcfd

Please sign in to comment.