Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve 0367629b0d
Some checks failed
release / checkout (push) Failing after 4s
Update .gitea/workflows/fedora-checkout.yml
move to checkout5
2025-11-16 20:16:01 +00:00

15 lines
263 B
YAML

name: release
on:
push:
branches:
- main # Or your desired branch
jobs:
checkout:
runs-on: fedora-cloud-42
# container: git.phyllo.me/roots/fedora-runner-image:42
steps:
- uses: checkout@v5
with:
fetch-depth: 0