mirror of
https://github.com/grafana/grafana.git
synced 2024-12-24 16:10:22 -06:00
CI: Use grot for dependabot go workspace commits (#96136)
This commit is contained in:
parent
d92e17ee55
commit
7bb1b352e1
@ -38,8 +38,8 @@ jobs:
|
||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||
run: |
|
||||
if ! git diff --exit-code --quiet; then
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "Grot"
|
||||
git config --local user.email "grot@grafana.com"
|
||||
git config --local --add --bool push.autoSetupRemote true
|
||||
echo "Committing and pushing workspace changes"
|
||||
git remote
|
||||
|
Loading…
Reference in New Issue
Block a user