Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve 88de705b44
Some checks failed
release / checkout (push) Failing after 4s
Update .gitea/workflows/fedora-checkout.yml
2025-11-12 15:54:43 +00:00

15 lines
261 B
YAML

name: release
on:
push:
tags:
- '*'
jobs:
checkout:
runs-on: fedora-cloud-42
container: git.phyllo.me/roots/fedora-iso-creation:42
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0