Skip to content

Commit

Permalink
Set up Git user on GHA for committing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Oct 29, 2024
1 parent d6e1df3 commit 72db067
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
image-tag: 'latest'
install-awslocal: 'true'
- name: Set up Git user
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "aws-checker@@users.noreply.github.com"
- name: Bump Go versions in go.mod and workflows if necessary
run: go run ./tools/syncgover
- name: Run tests
Expand Down

0 comments on commit 72db067

Please sign in to comment.