Add option to clone specific ref of repo, ex to update to latest release instead of nightly changes that may be broken

This commit is contained in:
Mukul Kedia 2024-04-02 13:13:40 -04:00 committed by GitHub
parent 65082ab7c4
commit 9b3a7c2474
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,11 @@ on:
default: "3.0.3"
required: true
type: string
uyouenhanced_version:
description: "The version of uYouEnhanced (Commit ID)"
default: "main"
required: true
type: string
decrypted_youtube_url:
description: "The direct URL to the decrypted YouTube ipa"
default: ""
@ -58,6 +63,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
path: main
ref: ${{ inputs.uyouenhanced_version }}
submodules: recursive
- name: Install Dependencies