diff --git a/.github/workflows/bump-go.yml b/.github/workflows/bump-go.yml index 627578853..62079a350 100644 --- a/.github/workflows/bump-go.yml +++ b/.github/workflows/bump-go.yml @@ -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