15 lines
257 B
YAML
15 lines
257 B
YAML
name: checkout
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- '*'
|
|
|
|
jobs:
|
|
checkout:
|
|
runs-on: ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest
|
|
|
|
steps:
|
|
- uses: https://git.phyllo.me/actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0 |