Skip to content

Commit 221dc8d

Browse files
authored
chore: minor fix to update_cli_bundles (#1806)
1 parent 7f82f0a commit 221dc8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update_cli_bundles.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222

2323
- name: Config Git User
2424
run: |
25-
git config user.name Dart Frog Bot
26-
git config user.email [email protected]
25+
git config user.name "Dart Frog Bot"
26+
git config user.email dart-frog-dev@users.noreply.github.com
2727
2828
- name: Create Pull Request
2929
uses: peter-evans/[email protected]
@@ -34,5 +34,5 @@ jobs:
3434
title: "feat(dart_frog_cli): update cli bundles"
3535
body: Please squash and merge me!
3636
labels: bot
37-
author: Dart Frog Bot <[email protected]>
38-
committer: Dart Frog Bot <[email protected]>
37+
author: Dart Frog Bot <dart-frog-dev@users.noreply.github.com>
38+
committer: Dart Frog Bot <dart-frog-dev@users.noreply.github.com>

0 commit comments

Comments
 (0)