Merge pull request #11229 from cli/wm/fix-bump-go-git

Ensure bump go script has git user configured
This commit is contained in:
William Martin 2025-07-04 14:57:46 +02:00 committed by GitHub
commit 0037f90f47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,5 +13,10 @@ jobs:
uses: actions/checkout@v4
- name: Bump Go version
env:
GIT_COMMITTER_NAME: cli automation
GIT_AUTHOR_NAME: cli automation
GIT_COMMITTER_EMAIL: noreply@github.com
GIT_AUTHOR_EMAIL: noreply@github.com
run: |
bash .github/workflows/scripts/bump-go.sh --apply go.mod