From cfc89c5b59fee07fd0c5775dc245fadfcaaa03e7 Mon Sep 17 00:00:00 2001 From: renich Date: Thu, 28 Nov 2024 13:46:47 -0600 Subject: [PATCH] Update .forgejo/workflows/try.yaml --- .forgejo/workflows/try.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/try.yaml b/.forgejo/workflows/try.yaml index 66f9953..a9a64d4 100644 --- a/.forgejo/workflows/try.yaml +++ b/.forgejo/workflows/try.yaml @@ -10,7 +10,7 @@ jobs: - run: ls /etc - run: cat /etc/os-release - run: | - cat << EOF > output.txt - Este es un ejemplo de como se hace un comando - que contiene varias líneas - EOF \ No newline at end of file + cat <<- EOF > output.txt + Este es un ejemplo de como se hace un comando + que contiene varias líneas + EOF \ No newline at end of file