Ensure bump go script has git user configured

This commit is contained in:
William Martin 2025-07-04 14:41:22 +02:00
parent f5134c48c0
commit 12b9865a90

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