Skip to content

Commit

Permalink
Fix(Workflow): Updated dependabot's email address
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptarshiSarkar12 committed Jul 1, 2023
1 parent 9132f49 commit b869a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-deps-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Commit and push changes to the repository
run: |
git config user.name "dependabot"
git config user.email "27856297+dependabot-preview[bot]@users.noreply.github.com"
git config user.email "49699333+dependabot[bot]@users.noreply.github.com"
git add .
git diff-index --quiet HEAD || git commit -m "build(deps): Upgraded npm packages"
git push

1 comment on commit b869a90

@vercel
Copy link

@vercel vercel bot commented on b869a90 Jul 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.