Skip to content

Commit 6f707b5

Browse files
authored
github-actions: set git config user/email (#4865)
This is required when interacting with Git
1 parent ec7b882 commit 6f707b5

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)