This commit is contained in:
parent
7ac4fa1d75
commit
c0835e9060
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ jobs:
|
|||
EOF
|
||||
- run: cat output.txt
|
||||
- name: install git
|
||||
run: apk -y add git
|
||||
run: apk --no-interactive --no-cache add git
|
||||
- name: get repo
|
||||
run: git clone ${{ github.repository }}
|
Loading…
Reference in a new issue