name the step
This commit is contained in:
@@ -2,7 +2,7 @@ name: checkout_fedora-image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ devel ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
@@ -14,6 +14,7 @@ jobs:
|
|||||||
image: git.phyllo.me/devops/fedora-runner-image:latest
|
image: git.phyllo.me/devops/fedora-runner-image:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.phyllo.me/devops/checkout@v5
|
- name: Checkout
|
||||||
|
uses: https://git.phyllo.me/devops/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -2,7 +2,7 @@ name: checkout_ubuntu-image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ devel ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
@@ -14,6 +14,7 @@ jobs:
|
|||||||
image: docker.gitea.com/runner-images:ubuntu-latest
|
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.phyllo.me/devops/checkout@v5
|
- name: Checkout
|
||||||
|
uses: https://git.phyllo.me/devops/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
Reference in New Issue
Block a user