Skip to content

Commit 7f82f0a

Browse files
authored
ci: upgrade cli bundles workflow (#1802)
1 parent 540123a commit 7f82f0a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/update_cli_bundles.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: update_cli_bundles
33
on:
44
schedule:
55
# weekly on mondays at 8 am utc
6-
- cron: '0 8 * * 1'
6+
- cron: "0 8 * * 1"
77
workflow_dispatch:
88

99
jobs:
@@ -22,8 +22,8 @@ jobs:
2222

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

0 commit comments

Comments
 (0)