fix: use actions/checkout
All checks were successful
CI / test (push) Successful in 3s

This commit is contained in:
2026-02-02 04:37:47 +00:00
parent 3346579fe0
commit 7b43df4ef3

View File

@@ -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"