Files
test-actions/.gitea/workflows/fedora-checkout.yml
Workflow config file is invalid. Please check your config file: yaml: line 11: mapping values are not allowed in this context

16 lines
276 B
YAML

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