rename workflow file name and title, bump the checkout action
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
name: release
|
name: checkout_fedora-image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- main # Or your desired branch
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
@@ -13,7 +12,8 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
container:
|
container:
|
||||||
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@v4
|
- uses: https://git.phyllo.me/devops/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
Reference in New Issue
Block a user