diff options
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 994352016e..8ff54667ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Apply Patches run: | git config --global user.email "[email protected]" - git config --global user.name "Github Actions" + git config --global user.name "GitHub Actions" ./gradlew applyPatches --stacktrace - name: Build |