Files
lumo-git-admin 2a7c1744eb
Demo / hello (push) Successful in 41s
Add .gitea/workflows/demo.yml
2026-08-17 20:36:48 +00:00

10 lines
174 B
YAML

name: Demo
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello from Gitea Actions"
- run: ls -la