Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve 62a4ad0954
Some checks failed
release / checkout (push) Failing after 3s
Update .gitea/workflows/fedora-checkout.yml
2025-11-12 15:53:22 +00:00

16 lines
273 B
YAML

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