Fix building on a branch

This commit is contained in:
Bryce Hackel 2024-04-02 20:10:44 -07:00
parent 3738ed19bb
commit 13f1aa783a
No known key found for this signature in database
GPG key ID: F031960F08455E88

View file

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