Merge pull request #606 from Tonwalter888/ytuhd

Change YTUHD repo
This commit is contained in:
Dan
2025-11-22 04:27:47 +03:00
committed by GitHub
3 changed files with 12 additions and 18 deletions
+4 -6
View File
@@ -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"
echo "::notice::Release available at: https://github.com/${{ github.repository }}/releases"
+5 -7
View File
@@ -196,18 +196,16 @@ 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 }}
run: |
cd ${{ github.workspace }}
git clone --quiet --depth=1 https://github.com/PoomSmart/Return-YouTube-Dislikes.git
- name: Clone YouGroupSettings
if: ${{ inputs.enable_demc }}
run: |
+3 -5
View File
@@ -201,11 +201,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 }}