Files
test-actions/workflows/fedora-checkout.yml
2025-08-11 14:31:07 +02:00

15 lines
264 B
YAML

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