Skip to content

Commit 76963c2

Browse files
Watson1978kenhys
authored andcommitted
Fix user name and email
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 0aabf18 commit 76963c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maintenance-bundle-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
$today=Get-Date -Format "yyyy-MM-dd"
2929
$branch="maintenance/bundle-update/${today}"
3030
31-
git config user.name github-actions
32-
git config user.email github-actions@github.com
31+
git config user.name "github-actions[bot]"
32+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3333
git switch --create $branch
3434
git add fluent-package/Gemfile.lock
3535
git commit --message "Update Gemfile.lock" --signoff

0 commit comments

Comments
 (0)