We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98c8b4 commit c02a0c1Copy full SHA for c02a0c1
.github/workflows/build.yml
@@ -118,8 +118,8 @@ jobs:
118
- name: build frida for Android
119
shell: bash
120
run: |
121
- git config --global user.name "${{ secrets.GIT_NAME }}"
122
- git config --global user.email "${{ secrets.GIT_EMAIL }}"
+ git config --global user.name "gitAction"
+ git config --global user.email "gitAction@gmail.com"
123
git clone ${{ secrets.PATCH_REPO }}
124
export ANDROID_NDK_ROOT=${{ steps.setup-ndk.outputs.ndk-path }}
125
git clone --recurse-submodules https://github.com/frida/frida
0 commit comments