Files
test-actions/.gitea/workflows/fedora-checkout.yml
Lukas Greve 4905840b61
Some checks failed
release / checkout (push) Failing after 2s
Update .gitea/workflows/fedora-checkout.yml
2025-11-16 20:17:09 +00:00

15 lines
293 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: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0