mirror of
https://github.com/grafana/grafana.git
synced 2025-01-12 09:02:30 -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 }}
|
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
if ! git diff --exit-code --quiet; then
|
if ! git diff --exit-code --quiet; then
|
||||||
git config --local user.name "github-actions[bot]"
|
git config --local user.name "Grot"
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "grot@grafana.com"
|
||||||
git config --local --add --bool push.autoSetupRemote true
|
git config --local --add --bool push.autoSetupRemote true
|
||||||
echo "Committing and pushing workspace changes"
|
echo "Committing and pushing workspace changes"
|
||||||
git remote
|
git remote
|
||||||
|
Loading…
Reference in New Issue
Block a user