Update workflows/fedora-checkout.yml
All checks were successful
checkout / checkout (push) Successful in 4s
All checks were successful
checkout / checkout (push) Successful in 4s
update runner name
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user