Skip to content

Commit

Permalink
chore: generate changesets for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
jpapini committed Jun 22, 2024
1 parent 1d71548 commit 42c70a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changesets-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Git Identity
run: |
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git config --global user.name 'renovate[bot]'
git config --global user.email '29139614+renovate[bot]@users.noreply.github.com'
- name: Setup PNPM
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 42c70a0

Please sign in to comment.