diff --git a/.github/workflows/add-contributor.yml b/.github/workflows/add-contributor.yml index 1926eb3a..3b769fb9 100644 --- a/.github/workflows/add-contributor.yml +++ b/.github/workflows/add-contributor.yml @@ -18,8 +18,5 @@ jobs: - name: Update Contributors List uses: akhilmhdh/contributors-readme-action@v2.3.10 with: - commit_message: "Updated contributors list" - committer_username: "yashksaini-coder" - committer_email: "115717039+yashksaini-coder@users.noreply.github.com" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-structure.yml b/.github/workflows/update-structure.yml index 6b15d5b9..87febd73 100644 --- a/.github/workflows/update-structure.yml +++ b/.github/workflows/update-structure.yml @@ -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) \ No newline at end of file