From 401343e045f8be0969342c9b6b8e3a4a332ca24c Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Thu, 3 Oct 2024 11:31:12 +0200 Subject: [PATCH] removed spaces --- .github/workflows/archiver.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/archiver.yml b/.github/workflows/archiver.yml index ad289ac595..6518e9b3b3 100644 --- a/.github/workflows/archiver.yml +++ b/.github/workflows/archiver.yml @@ -141,10 +141,9 @@ jobs: echo "This is a test or pre-release tag: to use it, you must install it directly as follows" >> ${WORKDIR}/versiontag.txt else echo "This is a release tag: you may install the *latest* release tag ${tagname_latest} as follows" >> ${WORKDIR}/versiontag.txt - echo "" >> ${WORKDIR}/versiontag.txt echo "" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown echo "MG5_aMC>install cudacpp" >> ${WORKDIR}/versiontag.txt - echo "
" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown + echo "" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown echo "Alternatively, you may install directly this specific tag as follows" >> ${WORKDIR}/versiontag.txt fi echo "" >> ${WORKDIR}/versiontag.txt # hack to display smaller text in markdown