Update r2s_lean.yml

This commit is contained in:
klever1988
2020-02-17 18:33:14 +08:00
committed by GitHub
parent 4bc7ba066b
commit 1ca456bc8f

View File

@@ -106,7 +106,7 @@ jobs:
git remote add upstream https://github.com/coolsnowwolf/lede && git fetch upstream
git rebase 90bb1cf9c33e73de5019686b8bd495f689e675a4^ --onto upstream/master -X theirs
git checkout upstream/master -- feeds.conf.default
git commit -m 'update feeds' && git apply ../0001-fix-upx.patch
git commit -m 'update feeds' && git apply ../../0001-fix-upx.patch
- name: Clean Feeds
run: |