From bd95d7137666af9f98456d8a6c4f4cb5626cab5f Mon Sep 17 00:00:00 2001 From: Mukul Kedia Date: Tue, 2 Apr 2024 21:40:03 -0400 Subject: [PATCH] Update buildapp.yml --- .github/workflows/buildapp.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 24c8a4e..e5cc603 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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