Update workflows/fedora-checkout.yml
All checks were successful
checkout / checkout (push) Successful in 4s

update runner name
This commit is contained in:
2025-08-13 13:04:27 +00:00
parent 09b672f6dd
commit 25ee31f98d

View File

@@ -1,13 +1,14 @@
name: checkout name: checkout
on: on:
push: push:
tags: branches:
- '*' - main # Or your desired branch
jobs: jobs:
checkout: checkout:
runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42 runs-on: fedora-latest
steps: steps:
- uses: https://git.phyllo.me/actions/checkout@v4 - uses: https://git.phyllo.me/actions/checkout@v4