From 057f0666f5d44cbe44378eb311f6b34f628c5ab6 Mon Sep 17 00:00:00 2001 From: ArtDev <45949002+artdeell@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:59:17 +0300 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 2 ++ 1 file changed, 2 insertions(+) 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