Files
test-actions/.gitea/workflows/fedora-checkout.yml
lukas 3a9d8d2de1
Some checks failed
checkout / checkout (push) Has been cancelled
Update .gitea/workflows/fedora-checkout.yml
2025-08-13 10:08:53 +00:00

15 lines
235 B
YAML

name: checkout
on:
push:
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: host-runner
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0