This commit is contained in:
parent
29e96d861d
commit
7ac4fa1d75
1 changed files with 1 additions and 3 deletions
|
@ -5,8 +5,6 @@ jobs:
|
|||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -al
|
||||
- run: pwd
|
||||
- run: ls /etc
|
||||
|
@ -21,4 +19,4 @@ jobs:
|
|||
- name: install git
|
||||
run: apk -y add git
|
||||
- name: get repo
|
||||
run: git clone
|
||||
run: git clone ${{ github.repository }}
|
Loading…
Reference in a new issue