We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7b882 commit 6f707b5Copy full SHA for 6f707b5
.github/workflows/bump-agent-versions.yml
@@ -26,6 +26,11 @@ jobs:
26
with:
27
go-version: 1.21
28
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
+
34
- name: Set up branch
35
run: git checkout -b update-agent-versions-$GITHUB_RUN_ID
36
0 commit comments