Browse Source

Update OrangeFox-Recovery-Builder.yml

ツ๛abrohim๛ 1 year ago
parent
commit
cd8d65f40d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/OrangeFox-Recovery-Builder.yml

+ 3 - 3
.github/workflows/OrangeFox-Recovery-Builder.yml

@@ -31,7 +31,7 @@ on:
       BUILD_TARGET:
         description: 'Specify your Build Target'
         required: true
-        default: 'recovery'
+        default: 'boot'
         type: choice
         options:
         - boot
@@ -94,8 +94,8 @@ jobs:
       run: |
         mkdir -p ${GITHUB_WORKSPACE}/OrangeFox
         cd ${GITHUB_WORKSPACE}/OrangeFox
-        git config --global user.name "Samuel Kendall"
-        git config --global user.email "kinguser981@gmail.com"
+        git config --global user.name "abrohim0786"
+        git config --global user.email "callofduty.pubg786@gmail.com"
         git clone https://gitlab.com/OrangeFox/sync.git
         cd sync
         ./orangefox_sync.sh --branch ${{ github.event.inputs.MANIFEST_BRANCH }} --path ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}