Files
test-actions/.gitea/workflows/run-on-host_checkout_fedora-image.yml
Lukas Greve aa46bd16a5
Some checks failed
run-on-host_checkout_fedora-image / checkout (push) Failing after 1s
Update .gitea/workflows/run-on-host_checkout_fedora-image.yml
2025-11-18 20:04:25 +00:00

18 lines
288 B
YAML

name: run-on-host_checkout_fedora-image
on:
push:
branches: [ main ]
jobs:
checkout:
runs-on: fedora
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0