1 parent 968b5ad commit 48ac8e3Copy full SHA for 48ac8e3
1 file changed
.github/workflows/ipa.yml
@@ -160,7 +160,7 @@ jobs:
160
local repo_url=$1
161
git ls-remote "$repo_url" HEAD | awk '{print substr($1,1,7)}'
162
}
163
- echo "THEOS_COMMIT=$(get_commit_hash "https://github.com/theos/theos")" >> $GITHUB_ENV
+ echo "THEOS_COMMIT=$(get_commit_hash "https://github.com/roothide/theos")" >> $GITHUB_ENV
164
165
- name: Cache Theos
166
id: cache-theos
0 commit comments