Update .gitea/workflows/fedora-checkout.yml
Some checks failed
release / checkout (push) Failing after 5m40s
Some checks failed
release / checkout (push) Failing after 5m40s
This commit is contained in:
@@ -2,14 +2,14 @@ name: release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- '*'
|
- main # Or your desired branch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
runs-on: fedora-cloud-42
|
runs-on: fedora-cloud-42
|
||||||
# container: git.phyllo.me/roots/fedora-iso-creation:42
|
# container: git.phyllo.me/roots/fedora-runner-image:42
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.phyllo.me/actions/checkout@v4
|
- uses: checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
Reference in New Issue
Block a user