This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
run: |
|
run: |
|
||||||
apk add git
|
apk add git
|
||||||
git clone https://${{ gitea.server_url }}/${{ gitea.repository }} .
|
git clone ${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||||
git checkout ${{ gitea.ref_name }}
|
git checkout ${{ gitea.ref_name }}
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
|
|||||||
Reference in New Issue
Block a user