Update .forgejo/workflows/try.yaml

This commit is contained in:
Renich Bon Ćirić 2024-11-28 13:44:10 -06:00
parent 5b94ee3dbc
commit 390b4abc54

View file

@ -5,8 +5,12 @@ jobs:
container:
image: alpine:latest
steps:
- run: ls -al
- run: pwd
- run: ls /etc
- run: cat /etc/os-release
- run: |
ls -al
pwd
ls /etc
cat /etc/os-release
cat << EOF > output.txt
Este es un ejemplo de como se hace un comando
que contiene varias líneas
EOF