From 8705d018fdfb75c9a7c978cb7b2a9d2575214d77 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 2 Aug 2020 19:06:50 +0200 Subject: [PATCH] Fix here-doc indentation --- .github/workflows/CICD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index f5058685..f58a5a34 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -307,7 +307,7 @@ jobs: OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - EOF + EOF # control file mkdir -p "${DPKG_DIR}/DEBIAN" @@ -323,7 +323,7 @@ jobs: Conflicts: ${{ steps.vars.outputs.DPKG_CONFLICTS }} Description: A cat(1) clone with wings. A cat(1) clone with syntax highlighting and Git integration. - EOF + EOF # build dpkg fakeroot dpkg-deb --build "${DPKG_DIR}" "${{ steps.vars.outputs.STAGING }}/${{ steps.vars.outputs.DPKG_NAME }}"