Files
action-tests/.gitea/workflows/test.yaml
T
2026-05-10 22:18:20 +00:00

10 lines
192 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: docker ps