Forgot to change

This commit is contained in:
Tonwalter888
2025-11-13 11:46:47 +07:00
committed by GitHub
parent c59e0fa972
commit bb04cee149
+4 -6
View File
@@ -188,11 +188,9 @@ jobs:
- name: Clone YTUHD - name: Clone YTUHD
if: ${{ inputs.enable_ytuhd }} if: ${{ inputs.enable_ytuhd }}
uses: actions/checkout@v4.1.7 run: |
with: cd ${{ github.workspace }}
repository: PoomSmart/YTUHD git clone --quiet --depth=1 https://github.com/Tonwalter888/YTUHD.git
ref: 0f59b38817d554ab692a0053456319847a6ab1a1
path: ${{ github.workspace }}/YTUHD
- name: Clone Return-YouTube-Dislikes - name: Clone Return-YouTube-Dislikes
if: ${{ inputs.enable_ryd }} if: ${{ inputs.enable_ryd }}
@@ -346,4 +344,4 @@ jobs:
- name: Output Release URL - name: Output Release URL
run: | run: |
echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases" echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases"