Update .forgejo/workflows/try.yaml
All checks were successful
/ stuff (push) Successful in 10s

This commit is contained in:
Renich Bon Ćirić 2024-11-28 14:11:01 -06:00
parent 6b4517ca12
commit d755c4bade

View file

@ -9,8 +9,9 @@ jobs:
- run: pwd
- run: ls /etc
- run: cat /etc/os-release
- run: |
cat << EOF > output.txt
Ésto es un ejemplo de un
comando multi-línea.
EOF
- name: multi-line
run: |
cat << EOF > output.txt
Ésto es un ejemplo de un
comando multi-línea.
EOF