diff --git a/.gitea/workflows/fedora-checkout.yml b/.gitea/workflows/fedora-checkout.yml new file mode 100644 index 0000000..46518b6 --- /dev/null +++ b/.gitea/workflows/fedora-checkout.yml @@ -0,0 +1,15 @@ +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 \ No newline at end of file