From bb04cee14906d34a935804a3481cfd8c723f698f Mon Sep 17 00:00:00 2001 From: Tonwalter888 Date: Thu, 13 Nov 2025 11:46:47 +0700 Subject: [PATCH] Forgot to change --- .github/workflows/cyan_ts.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cyan_ts.yml b/.github/workflows/cyan_ts.yml index 2121479..b6a31c2 100644 --- a/.github/workflows/cyan_ts.yml +++ b/.github/workflows/cyan_ts.yml @@ -188,11 +188,9 @@ jobs: - name: Clone YTUHD if: ${{ inputs.enable_ytuhd }} - uses: actions/checkout@v4.1.7 - with: - repository: PoomSmart/YTUHD - ref: 0f59b38817d554ab692a0053456319847a6ab1a1 - path: ${{ github.workspace }}/YTUHD + run: | + cd ${{ github.workspace }} + git clone --quiet --depth=1 https://github.com/Tonwalter888/YTUHD.git - name: Clone Return-YouTube-Dislikes if: ${{ inputs.enable_ryd }} @@ -346,4 +344,4 @@ jobs: - name: Output Release URL run: | - echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases" \ No newline at end of file + echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases"