diff --git a/.github/workflows/update-gomod-for-tests.yml b/.github/workflows/update-gomod-for-tests.yml index fbeee3a..98d53a3 100644 --- a/.github/workflows/update-gomod-for-tests.yml +++ b/.github/workflows/update-gomod-for-tests.yml @@ -32,6 +32,8 @@ jobs: working-directory: . run: | make dep-version sdk=main + git config --global user.email builder-lphxmjtnt11@axway.com + git config --global user.name builder-lphxmjtnt11 git commit --allow-empty -m "Updating SDK in go.mod" - name: Create Pull Request