Merge pull request #11229 from cli/wm/fix-bump-go-git
Ensure bump go script has git user configured
This commit is contained in:
commit
0037f90f47
1 changed files with 5 additions and 0 deletions
5
.github/workflows/bump-go.yml
vendored
5
.github/workflows/bump-go.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue