From: Paul Spooren Date: Tue, 23 Mar 2021 00:09:55 +0000 (-1000) Subject: CI: reformat extra long line X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=81f7461e66c877a9d1f6c751fd92252e950370c3;p=openwrt-packages.git CI: reformat extra long line Better readability on split screens. Signed-off-by: Paul Spooren --- diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index a6ca55e03..4106f00c8 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -61,7 +61,9 @@ jobs: - name: Determine changed packages run: | # only detect packages with changes - PKG_ROOTS=$(find . -name Makefile | grep -v ".*/src/Makefile" | sed -e 's@./\(.*\)/Makefile@\1/@') + PKG_ROOTS=$(find . -name Makefile | \ + grep -v ".*/src/Makefile" | \ + sed -e 's@./\(.*\)/Makefile@\1/@') CHANGES=$(git diff --diff-filter=d --name-only origin/$BRANCH) for ROOT in $PKG_ROOTS; do