This commit is contained in:
@@ -10,8 +10,10 @@ jobs:
|
|||||||
container: python:3.13-alpine
|
container: python:3.13-alpine
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: apk add nodejs
|
- name: Checkout
|
||||||
- uses: actions/checkout@v3
|
run: |
|
||||||
|
git clone https://${{ gitea.server_url }}/${{ gitea.repository }} .
|
||||||
|
git checkout ${{ gitea.ref_name }}
|
||||||
|
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user