diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 684e9bee0..5c646babe 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -96,6 +96,8 @@ jobs: run: | cp -R vgpu/libs/* app_pojavlauncher/src/main/jniLibs/ mv vgpu .. + git config --global user.email "github-actions@users.noreply.github.com" + git config --global user.name "github-actions" git add . git commit -am "CI: Update vgpu" git push