Downgrade Theos

This commit is contained in:
arichorn
2023-07-25 20:40:02 -05:00
committed by GitHub
parent 7c7ed2eb7b
commit 866b01ad4a

View File

@@ -50,7 +50,7 @@ jobs:
steps: steps:
- name: Checkout Main - name: Checkout Main
uses: actions/checkout@v3.5.2 uses: actions/checkout@v3.5.3
with: with:
path: main path: main
submodules: recursive submodules: recursive
@@ -59,10 +59,10 @@ jobs:
run: brew install ldid dpkg make run: brew install ldid dpkg make
- name: Setup Theos - name: Setup Theos
uses: actions/checkout@v3.5.2 uses: actions/checkout@v3.5.3
with: with:
repository: theos/theos repository: theos/theos
ref: master ref: 3da31488281ecf4394d10302d2629607f4a1aa07
path: theos path: theos
submodules: recursive submodules: recursive
@@ -84,7 +84,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos THEOS: ${{ github.workspace }}/theos
- name: Setup Theos Jailed - name: Setup Theos Jailed
uses: actions/checkout@v3.5.2 uses: actions/checkout@v3.5.3
with: with:
repository: qnblackcat/theos-jailed repository: qnblackcat/theos-jailed
ref: master ref: master
@@ -170,4 +170,4 @@ jobs:
--header 'Content-Type: application/json' \ --header 'Content-Type: application/json' \
--data-raw '{ --data-raw '{
"event_type": "update-altstore-source-trigger" "event_type": "update-altstore-source-trigger"
}' }'