From 5dbee62ef2a2a3d858795e0339e758383abfd2e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= Date: Mon, 25 Nov 2024 10:53:12 +0800 Subject: [PATCH] Update x86_64_openwrt.yml --- .github/workflows/x86_64_openwrt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/x86_64_openwrt.yml b/.github/workflows/x86_64_openwrt.yml index db4a30f..bd86e5c 100644 --- a/.github/workflows/x86_64_openwrt.yml +++ b/.github/workflows/x86_64_openwrt.yml @@ -64,8 +64,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/lede/packages customfeeds/packages + git clone --depth=1 https://github.com/lede/luci customfeeds/luci chmod +x ../scripts/*.sh ../scripts/hook-feeds.sh