From 03434836dd14bb05d4f984cf50a3a231451ffc03 Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Sun, 2 Aug 2020 09:49:17 +0800 Subject: [PATCH] Update r2s_lean_minimal.yml --- .github/workflows/r2s_lean_minimal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/r2s_lean_minimal.yml b/.github/workflows/r2s_lean_minimal.yml index c8a260d..d3c2c42 100644 --- a/.github/workflows/r2s_lean_minimal.yml +++ b/.github/workflows/r2s_lean_minimal.yml @@ -127,8 +127,8 @@ jobs: ' >> configs/config_rk3328 cd friendlywrt git config --local user.email "action@github.com" && git config --local user.name "GitHub Action" - git remote add upstream https://github.com/coolsnowwolf/openwrt && git fetch upstream - git checkout upstream/lede-17.01 -b tmp + git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream + git checkout upstream/master -b tmp #git checkout 33f7cb735300bd9a099995236ed768c8925fec75 -- target/linux/sunxi/image/ git rm README.md git commit -m 'reset'