Skip to content

Commit

Permalink
fix: change values for integration into upstream repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SoCuul authored Apr 20, 2024
1 parent 7dc1e6a commit 766662a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 766662a

Please sign in to comment.