We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f82f0a commit 221dc8dCopy full SHA for 221dc8d
.github/workflows/update_cli_bundles.yaml
@@ -22,8 +22,8 @@ jobs:
22
23
- name: Config Git User
24
run: |
25
- git config user.name Dart Frog Bot
26
- git config user.email dart-frog@users.noreply.github.com
+ git config user.name "Dart Frog Bot"
+ git config user.email dart-frog-dev@users.noreply.github.com
27
28
- name: Create Pull Request
29
uses: peter-evans/create-pull-request@v7.0.8
@@ -34,5 +34,5 @@ jobs:
34
title: "feat(dart_frog_cli): update cli bundles"
35
body: Please squash and merge me!
36
labels: bot
37
- author: Dart Frog Bot <dart-frog@users.noreply.github.com>
38
- committer: Dart Frog Bot <dart-frog@users.noreply.github.com>
+ author: Dart Frog Bot <dart-frog-dev@users.noreply.github.com>
+ committer: Dart Frog Bot <dart-frog-dev@users.noreply.github.com>
0 commit comments