From 01c874f310fcc1586f1235dcf2ff2f093aa3e2c9 Mon Sep 17 00:00:00 2001 From: ZeStig <69384921+zstg@users.noreply.github.com> Date: Sun, 8 Sep 2024 11:14:25 +0000 Subject: [PATCH] Fix remote --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 047ef5f0..809e8b0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository using git run: | pacman -Sy git grub sudo archiso --noconfirm - git clone --recurse-submodules https://github.com/zstg/StratOS-Hyprland + git clone --recurse-submodules https://github.com/StratOS-Linux/StratOS-Hyprland - name: Set up environment run: |