瀏覽代碼

Update main_ares.yml

ツ๛abrohim๛ 1 年之前
父節點
當前提交
9bd2fe1c0c
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      .github/workflows/main_ares.yml

+ 2 - 3
.github/workflows/main_ares.yml

@@ -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 }}
@@ -227,4 +227,3 @@ jobs:
         python3 ldcheck -p system/lib64:vendor/lib64:system/lib:vendor/lib -d ${{ github.event.inputs.LDCHECK }}
         echo "Done checking missing dependencies. Review, and reconfigure your tree."
       continue-on-error: true
-