create new dedidacted checkout action
This commit is contained in:
19
.gitea/workflows/checkout_ubuntu-image.yml
Normal file
19
.gitea/workflows/checkout_ubuntu-image.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: checkout_ubuntu-image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: fedora-cloud-42
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
container:
|
||||
image: docker.gitea.com/runner-images:ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: https://git.phyllo.me/devops/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
Reference in New Issue
Block a user