Skip to content

Commit d29c3c8

Browse files
Update Git configuration in Vercel workflow
1 parent 6316b86 commit d29c3c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-vercel-models.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- name: Sync with upstream
3535
run: |
36+
git config --global user.name 'github-actions[bot]'
37+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
3638
git remote add upstream https://github.com/anomalyco/models.dev.git || true
3739
git fetch upstream
3840
git merge upstream/dev --no-edit

0 commit comments

Comments
 (0)