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