Files
test-actions/workflows/checkout.yml
2025-07-25 22:48:00 +02:00

15 lines
257 B
YAML

name: checkout
on:
push:
tags:
- '*'
jobs:
checkout:
runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0