Merge pull request #502 from Mukul1127/main
Add option to clone specific ref of repo
This commit is contained in:
commit
4095dabcb1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
|
|
@ -16,6 +16,11 @@ on:
|
||||||
default: "3.0.3"
|
default: "3.0.3"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
uyouenhanced_version:
|
||||||
|
description: "The version of uYouEnhanced (Commit ID)"
|
||||||
|
default: "main"
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
decrypted_youtube_url:
|
decrypted_youtube_url:
|
||||||
description: "The direct URL to the decrypted YouTube ipa"
|
description: "The direct URL to the decrypted YouTube ipa"
|
||||||
default: ""
|
default: ""
|
||||||
|
|
@ -58,6 +63,7 @@ jobs:
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
with:
|
with:
|
||||||
path: main
|
path: main
|
||||||
|
ref: ${{ inputs.uyouenhanced_version }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue