Skip to content

Commit c02a0c1

Browse files
authored
Update build.yml
1 parent d98c8b4 commit c02a0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
- name: build frida for Android
119119
shell: bash
120120
run: |
121-
git config --global user.name "${{ secrets.GIT_NAME }}"
122-
git config --global user.email "${{ secrets.GIT_EMAIL }}"
121+
git config --global user.name "gitAction"
122+
git config --global user.email "gitAction@gmail.com"
123123
git clone ${{ secrets.PATCH_REPO }}
124124
export ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}
125125
git clone --recurse-submodules https://github.com/frida/frida

0 commit comments

Comments
 (0)