mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-07-26 23:32:24 +00:00
Merge 0888cc7538 into b0546bd886
This commit is contained in:
commit
73ccc31dcb
1 changed files with 9 additions and 1 deletions
10
.github/workflows/buildapp.yml
vendored
10
.github/workflows/buildapp.yml
vendored
|
|
@ -12,7 +12,15 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
decrypted_youtube_url:
|
||||
description: "Direct URL of the decrypted YouTube ipa"
|
||||
description: "Direct URL of the decrypted YouTube ipa"- name: Expo-Unsigned-IPA
|
||||
# You may pin to the exact commit or the version.
|
||||
# uses: gamekiller2048/Expo-Unsigned-IPA@4228e289556fca6253e400123b7e3d3832483541
|
||||
uses: gamekiller2048/Expo-Unsigned-IPA@v1
|
||||
with:
|
||||
# name of expo project
|
||||
PROJECT_NAME:
|
||||
# whether to clear the last cache
|
||||
CLEAR_CACHE: # optional, default is false
|
||||
default: "https://files.catbox.moe/5a8qlt.ipa"
|
||||
required: true
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue