Chore: Switch to github actions bot in go workspace action (#98490)

This commit is contained in:
Todd Treece 2025-01-03 15:29:57 -05:00 committed by GitHub
parent 5f5c3f0531
commit 16f85585ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,8 +50,8 @@ jobs:
- name: Configure Git
run: |
git config --local user.email "${APP_INSTALLATION_ID}+grafana-go-workspace-bot[bot]@users.noreply.github.com"
git config --local user.name "grafana-go-workspace-bot[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local --add --bool push.autoSetupRemote true
- name: Update workspace