Files
test-actions/.gitea/workflows/fedora-checkout.yml

15 lines
215 B
YAML

name: release
on:
push:
tags:
- '*'
jobs:
checkout:
runs-on: fedora-rawhide-latest:host
steps:
- uses: https://git.phyllo.me/actions/checkout@v4
with:
fetch-depth: 0