From b7a0f65139fb397a7ccb62d16a9a2317b27c2fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= Date: Thu, 25 Apr 2024 15:57:23 +0800 Subject: [PATCH] Update openwrt-gl.yml --- .github/workflows/openwrt-gl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openwrt-gl.yml b/.github/workflows/openwrt-gl.yml index 68fd93b..98e7880 100644 --- a/.github/workflows/openwrt-gl.yml +++ b/.github/workflows/openwrt-gl.yml @@ -66,8 +66,8 @@ jobs: echo "OPENWRTROOT=$PWD" >> $GITHUB_ENV echo "OPENWRTROOT=$PWD" >> $GITHUB_OUTPUT mkdir customfeeds - git clone --depth=1 https://github.com/DHDAXCW/packages customfeeds/packages - git clone --depth=1 https://github.com/DHDAXCW/luci customfeeds/luci + git clone --depth=1 https://github.com/coolsnowwolf/packages customfeeds/packages + git clone --depth=1 https://github.com/coolsnowwolf/luci customfeeds/luci chmod +x ../scripts/*.sh ../scripts/hook-feeds.sh - name: Install Feeds