diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index e2319a4..4778115 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -63,7 +63,7 @@ jobs: mkdir lede && sudo mount -o nossd,compress=zstd $LOOP_DEVICE lede if [ -d 'lede/.git' ]; then cd lede && rm -f zerospace && git config --local user.email "action@github.com" && git config --local user.name "GitHub Action" - git fetch && git reset --hard origin/$BRANCH && git clean -df + git fetch && git reset --hard origin/HEAD && git clean -df else sudo chown $USER:$(id -gn) lede && git clone -b $BRANCH --single-branch https://github.com/coolsnowwolf/lede lede fi