Files
django-dav-events/.gitea/workflows/demo.yaml
Jens Kleineheismann 0502b3c2ed
All checks were successful
Gitea Test / Explore-Gitea-Actions (push) Successful in 0s
Play with gitea workflows
2024-03-14 11:16:33 +01:00

11 lines
209 B
YAML

name: Gitea Test
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: linux_amd64
steps:
- run: echo "Echo ${{ gitea }}"
- run: echo "Echo ${{ runner }}"
- run: echo "Echo ${{ job }}"