Skip to content

Commit

Permalink
correct email
Browse files Browse the repository at this point in the history
  • Loading branch information
ie-pham committed Nov 25, 2024
1 parent f3f4fdd commit d159eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_serverless_gomod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
USER: x-access-token
TOKEN: ${{ steps.get-github-app-token.outputs.token }}
run: |
git config --global user.email "bot@grafana.com"
git config --global user.email "181407358+tempo-gh-bot[bot]@users.noreply.github.com"
git config --global user.name "tempo-gh-bot[bot]"
git config --global url."https://${USER}:${TOKEN}@github.com/grafana/tempo".insteadOf "https://github.com/grafana/tempo"
git add cmd/tempo-serverless/lambda/go.mod
Expand Down

0 comments on commit d159eec

Please sign in to comment.