From 9e0fab16ff2ec56c307c06babf19ccce3ea2f5e0 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 2 Aug 2020 21:13:04 +0200 Subject: [PATCH] Fix here-doc indentation, part 2 --- .github/workflows/CICD.yml | 88 +++++++++++++++++++------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 01e817f9..675f871f 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -312,58 +312,58 @@ jobs: install -Dm644 "LICENSE-APACHE" "${DPKG_DIR}/usr/share/doc/${{ env.PROJECT_NAME }}/LICENSE-APACHE" cat > "${DPKG_DIR}/usr/share/doc/${{ env.PROJECT_NAME }}/copyright" < "${DPKG_DIR}/DEBIAN/control" <