This commit is contained in:
parent
9be939bcf7
commit
29e96d861d
1 changed files with 7 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue