Skip to content

Commit 48ac8e3

Browse files
authored
Fix ipa.yml
1 parent 968b5ad commit 48ac8e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
local repo_url=$1
161161
git ls-remote "$repo_url" HEAD | awk '{print substr($1,1,7)}'
162162
}
163-
echo "THEOS_COMMIT=$(get_commit_hash "https://github.com/theos/theos")" >> $GITHUB_ENV
163+
echo "THEOS_COMMIT=$(get_commit_hash "https://github.com/roothide/theos")" >> $GITHUB_ENV
164164
165165
- name: Cache Theos
166166
id: cache-theos

0 commit comments

Comments
 (0)