Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve eae0b9b2e6
Some checks failed
release / checkout (push) Failing after 11s
Update .gitea/workflows/fedora-checkout.yml
simplify
2025-11-10 20:34:45 +00:00

15 lines
210 B
YAML

name: release
on:
push:
tags:
- '*'
jobs:
checkout:
runs-on: fedora-rawhide-latest
steps:
- uses: https://git.phyllo.me/actions/checkout@v3
with:
fetch-depth: 0