diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 1d77df5..33be3ef 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -13,7 +13,7 @@ on: type: string decrypted_instagram_url: description: "The direct URL to the decrypted Instagram ipa" - default: "https://download.starfiles.co/ba8d578a5c2f" + default: "" required: true type: string bundle_id: @@ -81,7 +81,7 @@ jobs: - name: Download iOS SDK if: steps.SDK.outputs.cache-hit != 'true' run: | - git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/arichornlover/sdks/ + git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/xybp888/sdks/ cd sdks git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk git checkout @@ -105,7 +105,7 @@ jobs: - name: Clone BHInsta Repo run: | - git clone --recurse-submodules https://github.com/zeuikli/BHInsta + git clone --recurse-submodules https://github.com/SoCuul/BHInsta pwd mkdir -p packages