name the step

This commit is contained in:
Lukas Greve
2025-11-17 10:57:34 +01:00
parent 356a4ac697
commit 6c67b29c40
2 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: checkout_fedora-image
on:
push:
branches: [ devel ]
branches: [ main ]
jobs:
checkout:
@@ -14,6 +14,7 @@ jobs:
image: git.phyllo.me/devops/fedora-runner-image:latest
steps:
- uses: https://git.phyllo.me/devops/checkout@v5
- name: Checkout
uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0

View File

@@ -2,7 +2,7 @@ name: checkout_ubuntu-image
on:
push:
branches: [ devel ]
branches: [ main ]
jobs:
checkout:
@@ -14,6 +14,7 @@ jobs:
image: docker.gitea.com/runner-images:ubuntu-latest
steps:
- uses: https://git.phyllo.me/devops/checkout@v5
- name: Checkout
uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0