Change YTUHD repo
This commit is contained in:
@@ -196,18 +196,16 @@ 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 }}
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
git clone --quiet --depth=1 https://github.com/PoomSmart/Return-YouTube-Dislikes.git
|
git clone --quiet --depth=1 https://github.com/PoomSmart/Return-YouTube-Dislikes.git
|
||||||
|
|
||||||
- name: Clone YouGroupSettings
|
- name: Clone YouGroupSettings
|
||||||
if: ${{ inputs.enable_demc }}
|
if: ${{ inputs.enable_demc }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -201,11 +201,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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user