Skip to content

Commit d9acccd

Browse files
mergify[bot]v1v
andauthored
github-actions: set git config user/email (#4865) (#4871)
This is required when interacting with Git (cherry picked from commit 6f707b5) Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
1 parent 154c7ed commit d9acccd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bump-agent-versions.yml

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
go-version: 1.21
2828

29+
- name: Set git config
30+
run: |
31+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
32+
git config --global user.name "github-actions[bot]"
33+
2934
- name: Set up branch
3035
run: git checkout -b update-agent-versions-$GITHUB_RUN_ID
3136

0 commit comments

Comments
 (0)