This commit is contained in:
parent
9be939bcf7
commit
29e96d861d
1 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
- run: ls -al
|
- run: ls -al
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls /etc
|
- run: ls /etc
|
||||||
|
@ -15,4 +17,8 @@ jobs:
|
||||||
Ésto es un ejemplo de un
|
Ésto es un ejemplo de un
|
||||||
comando multi-línea.
|
comando multi-línea.
|
||||||
EOF
|
EOF
|
||||||
- run: cat output.txt
|
- run: cat output.txt
|
||||||
|
- name: install git
|
||||||
|
run: apk -y add git
|
||||||
|
- name: get repo
|
||||||
|
run: git clone
|
Loading…
Reference in a new issue