This commit is contained in:
@@ -4,9 +4,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v4
|
||||||
run: |
|
with:
|
||||||
git clone https://${{ gitea.server }}/${{ gitea.repository }} .
|
fetch-depth: 1
|
||||||
git checkout ${{ gitea.sha }}
|
|
||||||
|
|
||||||
- run: echo "CI passed"
|
- run: echo "CI passed"
|
||||||
|
|||||||
Reference in New Issue
Block a user