diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dac9ae1..4cb6907 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Theos Setup (Check Cache) id: verify-cache run: | - echo "::set-output name=heads::`git ls-remote https://github.com/roothide/theos | head -n 1 | cut -f 1`-`git ls-remote https://github.com/xybp888/iOS-SDKs | head -n 1 | cut -f 1`" + echo "name=heads::`git ls-remote https://github.com/theos/theos | head -n 1 | cut -f 1`-`git ls-remote https://github.com/theos/sdks | head -n 1 | cut -f 1`" >> $GITHUB_OUTPUT - name: Theos Setup (Use Cache) id: cache @@ -30,9 +30,6 @@ jobs: - name: Theos Setup (Setup) uses: NyaMisty/theos-action@master - with: - theos-src: https://github.com/roothide/theos - theos-sdks: https://github.com/xybp888/iOS-SDKs - name: Get tag if: ${{ startsWith(github.ref, 'refs/tags/') }}