Update .forgejo/workflows/try.yaml

This commit is contained in:
Renich Bon Ćirić 2024-11-28 13:46:47 -06:00
parent 5d2b1f1265
commit cfc89c5b59

View file

@ -10,7 +10,7 @@ jobs:
- run: ls /etc - run: ls /etc
- run: cat /etc/os-release - run: cat /etc/os-release
- run: | - run: |
cat << EOF > output.txt cat <<- EOF > output.txt
Este es un ejemplo de como se hace un comando Este es un ejemplo de como se hace un comando
que contiene varias líneas que contiene varias líneas
EOF EOF