Files
action-tests/.gitea/workflows/test.yaml
T
codinget 94b135f8a5
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
ci: check docker
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