Update .forgejo/workflows/try.yaml
Some checks failed
/ stuff (push) Failing after 19s

This commit is contained in:
Renich Bon Ćirić 2024-11-28 14:20:53 -06:00
parent 9be939bcf7
commit 29e96d861d

View file

@ -5,6 +5,8 @@ jobs:
container:
image: alpine:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: ls -al
- run: pwd
- run: ls /etc
@ -15,4 +17,8 @@ jobs:
Ésto es un ejemplo de un
comando multi-línea.
EOF
- run: cat output.txt
- run: cat output.txt
- name: install git
run: apk -y add git
- name: get repo
run: git clone