Update .forgejo/workflows/try.yaml
This commit is contained in:
parent
5d2b1f1265
commit
cfc89c5b59
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
cat <<- EOF > output.txt
|
||||
Este es un ejemplo de como se hace un comando
|
||||
que contiene varias líneas
|
||||
EOF
|
Loading…
Reference in a new issue