Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve 03e309a28d
Some checks failed
release / checkout (push) Failing after 1s
Update .gitea/workflows/fedora-checkout.yml
2025-11-10 21:23:18 +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@v4
with:
fetch-depth: 0