Update .forgejo/workflows/try.yaml
This commit is contained in:
parent
5b94ee3dbc
commit
390b4abc54
1 changed files with 8 additions and 4 deletions
|
@ -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
|
Loading…
Reference in a new issue