name the step
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user