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