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

This commit is contained in:
Renich Bon Ćirić 2024-11-28 14:45:55 -06:00
parent fa1fea3b4c
commit 337bc0c5c9

View file

@ -9,13 +9,6 @@ jobs:
- run: pwd
- run: ls /etc
- run: cat /etc/os-release
- name: multi-line
run: |
cat << EOF > output.txt
Ésto es un ejemplo de un
comando multi-línea.
EOF
- run: cat output.txt
- name: install git
run: apk --no-interactive --no-cache add git
- name: get repo