Skip to content

Commit

Permalink
Merge pull request #406 from yashksaini-coder/yash/fix-405
Browse files Browse the repository at this point in the history
Fix: My commits showing on another user PRs
  • Loading branch information
PriyaGhosal authored Oct 9, 2024
2 parents 0317bfd + bf1bcfd commit 05e2d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/add-contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ jobs:
- name: Update Contributors List
uses: akhilmhdh/[email protected]
with:
commit_message: "Updated contributors list"
committer_username: "yashksaini-coder"
committer_email: "[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 05e2d7c

Please sign in to comment.