Merge pull request #505 from Mukul1127/main

Revert pull request #502: "Add option to clone specific ref of repo"
This commit is contained in:
arichornlover 2024-04-02 21:04:18 -05:00 committed by GitHub
commit fe3f7a5e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,11 +16,6 @@ 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: ""
@ -63,7 +58,6 @@ jobs:
uses: actions/checkout@v4.1.1
with:
path: main
ref: ${{ inputs.uyouenhanced_version }}
submodules: recursive
- name: Install Dependencies