Skip to content

Commit

Permalink
update user.email and user.name to dependabot itself
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed May 23, 2024
1 parent c6cdfd5 commit 14a411d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: push
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
git config user.name "dependabot[bot]"
git add .
git commit -am "update all Cargo files"
git push

0 comments on commit 14a411d

Please sign in to comment.