diff --git a/.github/workflows/dotnet-version.yml b/.github/workflows/dotnet-version.yml index cc9db0c3..247b276f 100644 --- a/.github/workflows/dotnet-version.yml +++ b/.github/workflows/dotnet-version.yml @@ -77,6 +77,8 @@ jobs: if: ${{env.DOTNET_VERSION}} < ${{steps.latest-dotnet-version.outputs.LATEST_RELEASE_VERSION}} shell: bash run: | + git config --global user.name 'fun-version[bot]' + git config --global user.email 'credfeto@users.noreply.github.com' git add "src/global.json" && git commit -m "SDK - Update DotNet SDK to $NEW_DOTNET_VERSION" && git push --set-upstream origin "depends/dotnet/$NEW_DOTNET_VERSION" # - name: "Commit changes to new branch"