From b00548eae9edbd1c8e7ec3823514297483474220 Mon Sep 17 00:00:00 2001 From: Profiles <9004417+profiles@users.noreply.github.com> Date: Sat, 12 Jul 2025 21:57:22 +0800 Subject: [PATCH 1/2] Update roothide.yml to use forked repo --- .github/workflows/roothide.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/roothide.yml b/.github/workflows/roothide.yml index 0091d12e3..c283b8206 100644 --- a/.github/workflows/roothide.yml +++ b/.github/workflows/roothide.yml @@ -14,9 +14,9 @@ jobs: runs-on: macos-13 steps: - name: Checkout - run: | - set -x - git clone --recursive https://github.com/roothide/Dopamine2-roothide ${{ github.workspace }} + uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Install Procursus uses: dhinakg/procursus-action@main From e4de0b745fb6b5b7f41ca91a0d93d938c79bfb6d Mon Sep 17 00:00:00 2001 From: Profiles <9004417+profiles@users.noreply.github.com> Date: Sun, 13 Jul 2025 13:54:25 +0800 Subject: [PATCH 2/2] Update roothide.yml --- .github/workflows/roothide.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/roothide.yml b/.github/workflows/roothide.yml index c283b8206..be8747e42 100644 --- a/.github/workflows/roothide.yml +++ b/.github/workflows/roothide.yml @@ -17,6 +17,7 @@ jobs: uses: actions/checkout@v4 with: submodules: 'recursive' + ref: ${{ github.ref }} - name: Install Procursus uses: dhinakg/procursus-action@main