From 4e53623d9ab9ca0e149b63ce8f5a8429d36105f5 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Mon, 11 Apr 2022 16:55:12 +0800 Subject: [PATCH] int --- .github/workflows/litte.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/litte.yml b/.github/workflows/litte.yml index 359170c..fc50f0e 100644 --- a/.github/workflows/litte.yml +++ b/.github/workflows/litte.yml @@ -37,7 +37,7 @@ jobs: run: | cd $GITHUB_WORKSPACE chmod +x ${{matrix.target}}.sh - git clone -b main https://github.com/kenzok8/sync-openwrt-packages.git ${{matrix.target}} + git clone -b master https://github.com/kenzok8/litte.git ${{matrix.target}} cd ${{matrix.target}} git rm -r --cache * >/dev/null 2>&1 & rm -rf `find ./* -maxdepth 0 -type d ! -name "commit"` >/dev/null 2>&1