Skip to content

Commit 259c145

Browse files
authored
Attempt to fix the deduplicate-lock-file action (#13756)
1 parent 536af57 commit 259c145

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deduplicate-lock-file.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434

3535
- name: 💪 Commit
3636
run: |
37-
git config --local user.email "github-actions[bot]@users.noreply.github.com"
38-
git config --local user.name "github-actions[bot]"
37+
git config --local user.email "[email protected]"
38+
git config --local user.name "Remix Run Bot"
39+
3940
git add .
4041
if [ -z "$(git status --porcelain)" ]; then
4142
echo "💿 no deduplication needed"

0 commit comments

Comments
 (0)