We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aabf18 commit 76963c2Copy full SHA for 76963c2
.github/workflows/maintenance-bundle-update.yml
@@ -28,8 +28,8 @@ jobs:
28
$today=Get-Date -Format "yyyy-MM-dd"
29
$branch="maintenance/bundle-update/${today}"
30
31
- git config user.name github-actions
32
- git config user.email github-actions@github.com
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
33
git switch --create $branch
34
git add fluent-package/Gemfile.lock
35
git commit --message "Update Gemfile.lock" --signoff
0 commit comments