This commit is contained in:
parent
8539faf0e0
commit
b2145c2225
1 changed files with 3 additions and 1 deletions
|
@ -19,4 +19,6 @@ jobs:
|
|||
- name: install git
|
||||
run: apk --no-interactive --no-cache add git
|
||||
- name: get repo
|
||||
run: git clone ${{ github.server_url }}/${{ github.repository }}
|
||||
run: git clone ${{ github.server_url }}/${{ github.repository }}
|
||||
- run: ls
|
||||
- run: ls test/
|
Loading…
Reference in a new issue